#B08D05

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

Shades of Dark Goldenrod #B08D05

Tints of Dark Goldenrod #B08D05

Color information

#B08D05 (or 0xB08D05) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8D and 05. RGB value is (176,141,5). Sum of RGB (Red+Green+Blue) = 176+141+5=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D05 is #4F72FA. Grayscale: #888888. Windows color (decimal): -5206779 or 363952. OLE color: 363952.

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

Color convert

RGB1761415-
CMYK00.200.970.31
HSL47.72º94.48%35.49%-
HSV(B)47.72º97.16%69.02%-
XYZ27.4628.294.16-
YUV135.9654.1156.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=54.66%
G=43.79%
B=1.55%

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
Decimal176141500.200.970.3147.7294.4835.49
HexB08D5014611F305e23
Octal2602155024141376013643
Binary10110000100011011010101001100001111111100001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D05; }

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

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

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

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

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

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

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

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