#b5732d

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

Shades of Meteor #B5732D

Tints of Meteor #B5732D

Color information

#B5732D (or 0xB5732D) is unknown color: approx Meteor. HEX triplet: B5, 73 and 2D. RGB value is (181,115,45). Sum of RGB (Red+Green+Blue) = 181+115+45=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5732D is #4A8CD2. Grayscale: #7F7F7F. Windows color (decimal): -4885715 or 2978741. OLE color: 2978741.

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

Color convert

RGB18111545-
CMYK00.360.750.29
HSL30.88º60.18%44.31%-
HSV(B)30.88º75.14%70.98%-
XYZ25.6622.275.43-
YUV126.7581.87166.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=53.08%
G=33.72%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811154500.360.750.2930.8860.1844.31
HexB5732D0244B1D1f3c2c
Octal2651635504411335377454
Binary101101011110011101101010010010010111110111111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5732d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5732d; }

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

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

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

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

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

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

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

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