#B97805

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

Shades of Dark Goldenrod #B97805

Tints of Dark Goldenrod #B97805

Color information

#B97805 (or 0xB97805) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 78 and 05. RGB value is (185,120,5). Sum of RGB (Red+Green+Blue) = 185+120+5=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B97805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97805 is #4687FA. Grayscale: #7E7E7E. Windows color (decimal): -4622331 or 358585. OLE color: 358585.

HSL color Cylindrical-coordinate representation of color #B97805: hue angle of 38.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B97805 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1851205-
CMYK00.350.970.27
HSL38.33º94.74%37.25%-
HSV(B)38.33º97.3%72.55%-
XYZ26.7523.763.32-
YUV126.3259.53169.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=59.68%
G=38.71%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185120500.350.970.2738.3394.7437.25
HexB9785023611B265f25
Octal2711705043141334613745
Binary10111001111100010101000111100001110111001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97805; }

 p { color: rgb(185,120,5); }

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

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

 a { background-color: rgb(185,120,5); }

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

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

 span { border-color: rgb(185,120,5); }

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