#BC7913

Color #BC7913 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BC7913

Tints of Dark Goldenrod #BC7913

Color information

#BC7913 (or 0xBC7913) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 79 and 13. RGB value is (188,121,19). Sum of RGB (Red+Green+Blue) = 188+121+19=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7913 is #4386EC. Grayscale: #818181. Windows color (decimal): -4425453 or 1276348. OLE color: 1276348.

HSL color Cylindrical-coordinate representation of color #BC7913: hue angle of 36.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7913 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18812119-
CMYK00.360.900.26
HSL36.21º81.64%40.59%-
HSV(B)36.21º89.89%73.73%-
XYZ27.6924.413.87-
YUV129.465.7169.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 19 (7.81% from 255) = 5.79%
R=57.32%
G=36.89%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881211900.360.900.2636.2181.6440.59
HexBC79130245A1A245229
Octal27417123044132324412251
Binary1011110011110011001101001001011010110101001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7913; }

 p { color: rgb(188,121,19); }

 H1.HeaderClassName
 {
   color: #BC7913;
 }
 .AnyTagClassName
 {
   color: #BC7913;
 }
</style>
background-color css

<style>
 a { background-color: #BC7913; }

 a { background-color: rgb(188,121,19); }

 div.DivClassName
 {
   background-color: #BC7913;
 }
 .BgClassName
 {
   background-color: #BC7913;
 }
</style>
border-color css

<style>
 span { border-color: #BC7913; }

 span { border-color: rgb(188,121,19); }

 td.TdClassName
 {
   border-color: #BC7913;
 }
 .TagClassName
 {
   border-color: #BC7913;
 }
</style>