#B57531

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

Shades of Meteor #B57531

Tints of Meteor #B57531

Color information

#B57531 (or 0xB57531) is unknown color: approx Meteor. HEX triplet: B5, 75 and 31. RGB value is (181,117,49). Sum of RGB (Red+Green+Blue) = 181+117+49=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B57531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57531 is #4A8ACE. Grayscale: #808080. Windows color (decimal): -4885199 or 3241397. OLE color: 3241397.

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

Color convert

RGB18111749-
CMYK00.350.730.29
HSL30.91º57.39%45.1%-
HSV(B)30.91º72.93%70.98%-
XYZ25.9722.775.93-
YUV128.3883.2165.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 49 (19.53% from 255) = 14.12%
R=52.16%
G=33.72%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811174900.350.730.2930.9157.3945.1
HexB57531023491D1f392d
Octal2651656104311135377155
Binary101101011110101110001010001110010011110111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57531; }

 p { color: rgb(181,117,49); }

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

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

 a { background-color: rgb(181,117,49); }

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

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

 span { border-color: rgb(181,117,49); }

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