#B57331

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

Shades of Meteor #B57331

Tints of Meteor #B57331

Color information

#B57331 (or 0xB57331) is unknown color: approx Meteor. HEX triplet: B5, 73 and 31. RGB value is (181,115,49). Sum of RGB (Red+Green+Blue) = 181+115+49=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57331 is #4A8CCE. Grayscale: #7F7F7F. Windows color (decimal): -4885711 or 3240885. OLE color: 3240885.

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

Color convert

RGB18111549-
CMYK00.360.730.29
HSL30º57.39%45.1%-
HSV(B)30º72.93%70.98%-
XYZ25.7422.315.85-
YUV127.2183.87166.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=52.46%
G=33.33%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811154900.360.730.293057.3945.1
HexB57331024491D1e392d
Octal2651636104411135367155
Binary101101011110011110001010010010010011110111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57331; }

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

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

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

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

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

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

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

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