#BC820B

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

Shades of Dark Goldenrod #BC820B

Tints of Dark Goldenrod #BC820B

Color information

#BC820B (or 0xBC820B) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 82 and 0B. RGB value is (188,130,11). Sum of RGB (Red+Green+Blue) = 188+130+11=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC820B is #437DF4. Grayscale: #868686. Windows color (decimal): -4423157 or 754364. OLE color: 754364.

HSL color Cylindrical-coordinate representation of color #BC820B: hue angle of 40.34º 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 #BC820B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18813011-
CMYK00.310.940.26
HSL40.34º88.94%39.02%-
HSV(B)40.34º94.15%73.73%-
XYZ28.7826.683.95-
YUV133.7858.72166.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=57.14%
G=39.51%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881301100.310.940.2640.3488.9439.02
HexBC82B01F5E1A285927
Octal27420213037136325013147
Binary101111001000001010110111111011110110101010001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC820B; }

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

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

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

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

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

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

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

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