#B08905

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

Shades of Dark Goldenrod #B08905

Tints of Dark Goldenrod #B08905

Color information

#B08905 (or 0xB08905) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 89 and 05. RGB value is (176,137,5). Sum of RGB (Red+Green+Blue) = 176+137+5=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B08905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08905 is #4F76FA. Grayscale: #868686. Windows color (decimal): -5207803 or 362928. OLE color: 362928.

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

Color convert

RGB1761375-
CMYK00.220.970.31
HSL46.32º94.48%35.49%-
HSV(B)46.32º97.16%69.02%-
XYZ26.8827.133.96-
YUV133.6155.42158.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=55.35%
G=43.08%
B=1.57%

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
Decimal176137500.220.970.3146.3294.4835.49
HexB0895016611F2e5e23
Octal2602115026141375613643
Binary10110000100010011010101101100001111111011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08905; }

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

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

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

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

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

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

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

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