#B08C05

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

Shades of Dark Goldenrod #B08C05

Tints of Dark Goldenrod #B08C05

Color information

#B08C05 (or 0xB08C05) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8C and 05. RGB value is (176,140,5). Sum of RGB (Red+Green+Blue) = 176+140+5=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C05 is #4F73FA. Grayscale: #878787. Windows color (decimal): -5207035 or 363696. OLE color: 363696.

HSL color Cylindrical-coordinate representation of color #B08C05: hue angle of 47.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B08C05 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1761405-
CMYK00.200.970.31
HSL47.37º94.48%35.49%-
HSV(B)47.37º97.16%69.02%-
XYZ27.31284.11-
YUV135.3754.43156.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=54.83%
G=43.61%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176140500.200.970.3147.3794.4835.49
HexB08C5014611F2f5e23
Octal2602145024141375713643
Binary10110000100011001010101001100001111111011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C05; }

 p { color: rgb(176,140,5); }

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

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

 a { background-color: rgb(176,140,5); }

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

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

 span { border-color: rgb(176,140,5); }

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