#b5712d

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

Shades of Meteor #B5712D

Tints of Meteor #B5712D

Color information

#B5712D (or 0xB5712D) is unknown color: approx Meteor. HEX triplet: B5, 71 and 2D. RGB value is (181,113,45). Sum of RGB (Red+Green+Blue) = 181+113+45=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5712D is #4A8ED2. Grayscale: #7D7D7D. Windows color (decimal): -4886227 or 2978229. OLE color: 2978229.

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

Color convert

RGB18111345-
CMYK00.380.750.29
HSL30º60.18%44.31%-
HSV(B)30º75.14%70.98%-
XYZ25.4321.825.35-
YUV125.5882.53167.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=53.39%
G=33.33%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811134500.380.750.293060.1844.31
HexB5712D0264B1D1e3c2c
Octal2651615504611335367454
Binary101101011110001101101010011010010111110111110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5712d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5712d; }

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

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

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

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

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

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

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

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