#B57200

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

Shades of Dark Goldenrod #B57200

Tints of Dark Goldenrod #B57200

Color information

#B57200 (or 0xB57200) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 72 and 00. RGB value is (181,114,0). Sum of RGB (Red+Green+Blue) = 181+114+0=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B57200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57200 is #4A8DFF. Grayscale: #797979. Windows color (decimal): -4886016 or 29365. OLE color: 29365.

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

Color convert

RGB1811140-
CMYK00.3710.29
HSL37.79º100%35.49%-
HSV(B)37.79º100%70.98%-
XYZ25.0721.862.9-
YUV121.0459.7170.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.36%
G=38.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181114000.3710.2937.7910035.49
HexB5720025641D266423
Octal2651620045144354614443
Binary101101011110010001001011100100111011001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57200; }

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

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

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

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

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

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

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

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