#B57B07

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

Shades of Dark Goldenrod #B57B07

Tints of Dark Goldenrod #B57B07

Color information

#B57B07 (or 0xB57B07) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7B and 07. RGB value is (181,123,7). Sum of RGB (Red+Green+Blue) = 181+123+7=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57B07 is #4A84F8. Grayscale: #7F7F7F. Windows color (decimal): -4883705 or 490421. OLE color: 490421.

HSL color Cylindrical-coordinate representation of color #B57B07: hue angle of 40º 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 #B57B07 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1811237-
CMYK00.320.960.29
HSL40º92.55%36.86%-
HSV(B)40º96.13%70.98%-
XYZ26.1824.013.45-
YUV127.1260.22166.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=58.20%
G=39.55%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181123700.320.960.294092.5536.86
HexB57B7020601D285d25
Octal2651737040140355013545
Binary10110101111101111101000001100000111011010001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B07; }

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

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

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

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

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

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

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

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