#B08A06

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

Shades of Dark Goldenrod #B08A06

Tints of Dark Goldenrod #B08A06

Color information

#B08A06 (or 0xB08A06) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8A and 06. RGB value is (176,138,6). Sum of RGB (Red+Green+Blue) = 176+138+6=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A06 is #4F75F9. Grayscale: #868686. Windows color (decimal): -5207546 or 428720. OLE color: 428720.

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

Color convert

RGB1761386-
CMYK00.220.970.31
HSL46.59º93.41%35.69%-
HSV(B)46.59º96.59%69.02%-
XYZ27.0327.424.04-
YUV134.3155.59157.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=55%
G=43.12%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176138600.220.970.3146.5993.4135.69
HexB08A6016611F2f5d24
Octal2602126026141375713544
Binary10110000100010101100101101100001111111011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A06; }

 p { color: rgb(176,138,6); }

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

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

 a { background-color: rgb(176,138,6); }

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

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

 span { border-color: rgb(176,138,6); }

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