#B57807

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

Shades of Dark Goldenrod #B57807

Tints of Dark Goldenrod #B57807

Color information

#B57807 (or 0xB57807) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 78 and 07. RGB value is (181,120,7). Sum of RGB (Red+Green+Blue) = 181+120+7=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B57807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57807 is #4A87F8. Grayscale: #7D7D7D. Windows color (decimal): -4884473 or 489653. OLE color: 489653.

HSL color Cylindrical-coordinate representation of color #B57807: hue angle of 38.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B57807 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1811207-
CMYK00.340.960.29
HSL38.97º92.55%36.86%-
HSV(B)38.97º96.13%70.98%-
XYZ25.8123.273.33-
YUV125.3661.21167.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 7 (3.12% from 255) = 2.27%
R=58.77%
G=38.96%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181120700.340.960.2938.9792.5536.86
HexB5787022601D275d25
Octal2651707042140354713545
Binary10110101111100011101000101100000111011001111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57807; }

 p { color: rgb(181,120,7); }

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

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

 a { background-color: rgb(181,120,7); }

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

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

 span { border-color: rgb(181,120,7); }

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