#B57535

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

Shades of Meteor #B57535

Tints of Meteor #B57535

Color information

#B57535 (or 0xB57535) is unknown color: approx Meteor. HEX triplet: B5, 75 and 35. RGB value is (181,117,53). Sum of RGB (Red+Green+Blue) = 181+117+53=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B57535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57535 is #4A8ACA. Grayscale: #818181. Windows color (decimal): -4885195 or 3503541. OLE color: 3503541.

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

Color convert

RGB18111753-
CMYK00.350.710.29
HSL30º54.7%45.88%-
HSV(B)30º70.72%70.98%-
XYZ26.0622.86.4-
YUV128.8485.2165.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=51.57%
G=33.33%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811175300.350.710.293054.745.88
HexB57535023471D1e372e
Octal2651656504310735366756
Binary101101011110101110101010001110001111110111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57535; }

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

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

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

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

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

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

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

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