#B57600

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

Shades of Dark Goldenrod #B57600

Tints of Dark Goldenrod #B57600

Color information

#B57600 (or 0xB57600) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 76 and 00. RGB value is (181,118,0). Sum of RGB (Red+Green+Blue) = 181+118+0=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B57600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57600 is #4A89FF. Grayscale: #7B7B7B. Windows color (decimal): -4884992 or 30389. OLE color: 30389.

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

Color convert

RGB1811180-
CMYK00.3510.29
HSL39.12º100%35.49%-
HSV(B)39.12º100%70.98%-
XYZ25.5322.783.05-
YUV123.3858.37169.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.54%
G=39.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181118000.3510.2939.1210035.49
HexB5760023641D276423
Octal2651660043144354714443
Binary101101011110110001000111100100111011001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57600; }

 p { color: rgb(181,118,0); }

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

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

 a { background-color: rgb(181,118,0); }

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

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

 span { border-color: rgb(181,118,0); }

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