#B57D07

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

Shades of Dark Goldenrod #B57D07

Tints of Dark Goldenrod #B57D07

Color information

#B57D07 (or 0xB57D07) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7D and 07. RGB value is (181,125,7). Sum of RGB (Red+Green+Blue) = 181+125+7=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57D07 is #4A82F8. Grayscale: #808080. Windows color (decimal): -4883193 or 490933. OLE color: 490933.

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

Color convert

RGB1811257-
CMYK00.310.960.29
HSL40.69º92.55%36.86%-
HSV(B)40.69º96.13%70.98%-
XYZ26.4324.513.54-
YUV128.2959.55165.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 7 (3.12% from 255) = 2.24%
R=57.83%
G=39.94%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181125700.310.960.2940.6992.5536.86
HexB57D701F601D295d25
Octal2651757037140355113545
Binary1011010111111011110111111100000111011010011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D07; }

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

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

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

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

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

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

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

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