#BC8C03

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

Shades of Dark Goldenrod #BC8C03

Tints of Dark Goldenrod #BC8C03

Color information

#BC8C03 (or 0xBC8C03) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 8C and 03. RGB value is (188,140,3). Sum of RGB (Red+Green+Blue) = 188+140+3=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C03 is #4373FC. Grayscale: #8B8B8B. Windows color (decimal): -4420605 or 232636. OLE color: 232636.

HSL color Cylindrical-coordinate representation of color #BC8C03: hue angle of 44.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8C03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1881403-
CMYK00.260.980.26
HSL44.43º96.86%37.45%-
HSV(B)44.43º98.4%73.73%-
XYZ30.1329.454.18-
YUV138.7351.4163.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=56.80%
G=42.30%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188140300.260.980.2644.4396.8637.45
HexBC8C301A621A2c6125
Octal2742143032142325414145
Binary1011110010001100110110101100010110101011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C03; }

 p { color: rgb(188,140,3); }

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

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

 a { background-color: rgb(188,140,3); }

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

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

 span { border-color: rgb(188,140,3); }

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