#BC790B

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

Shades of Dark Goldenrod #BC790B

Tints of Dark Goldenrod #BC790B

Color information

#BC790B (or 0xBC790B) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 79 and 0B. RGB value is (188,121,11). Sum of RGB (Red+Green+Blue) = 188+121+11=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC790B is #4386F4. Grayscale: #818181. Windows color (decimal): -4425461 or 752060. OLE color: 752060.

HSL color Cylindrical-coordinate representation of color #BC790B: hue angle of 37.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC790B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18812111-
CMYK00.360.940.26
HSL37.29º88.94%39.02%-
HSV(B)37.29º94.15%73.73%-
XYZ27.6424.393.57-
YUV128.4961.7170.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 11 (4.69% from 255) = 3.44%
R=58.75%
G=37.81%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881211100.360.940.2637.2988.9439.02
HexBC79B0245E1A255927
Octal27417113044136324513147
Binary101111001111001101101001001011110110101001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC790B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC790B; }

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

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

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

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

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

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

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

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