#BC9A03

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

Shades of Dark Goldenrod #BC9A03

Tints of Dark Goldenrod #BC9A03

Color information

#BC9A03 (or 0xBC9A03) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 9A and 03. RGB value is (188,154,3). Sum of RGB (Red+Green+Blue) = 188+154+3=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A03 is #4365FC. Grayscale: #939393. Windows color (decimal): -4417021 or 236220. OLE color: 236220.

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

Color convert

RGB1881543-
CMYK00.180.980.26
HSL48.97º96.86%37.45%-
HSV(B)48.97º98.4%73.73%-
XYZ32.3133.814.91-
YUV146.9546.76157.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=54.49%
G=44.64%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188154300.180.980.2648.9796.8637.45
HexBC9A3012621A316125
Octal2742323022142326114145
Binary1011110010011010110100101100010110101100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A03; }

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

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

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

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

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

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

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

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