#b5742f

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

Shades of Meteor #B5742F

Tints of Meteor #B5742F

Color information

#B5742F (or 0xB5742F) is unknown color: approx Meteor. HEX triplet: B5, 74 and 2F. RGB value is (181,116,47). Sum of RGB (Red+Green+Blue) = 181+116+47=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5742F is #4A8BD0. Grayscale: #7F7F7F. Windows color (decimal): -4885457 or 3110069. OLE color: 3110069.

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

Color convert

RGB18111647-
CMYK00.360.740.29
HSL30.9º58.77%44.71%-
HSV(B)30.9º74.03%70.98%-
XYZ25.8122.525.68-
YUV127.5782.53166.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 47 (18.75% from 255) = 13.66%
R=52.62%
G=33.72%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811164700.360.740.2930.958.7744.71
HexB5742F0244A1D1f3b2d
Octal2651645704411235377355
Binary101101011110100101111010010010010101110111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5742f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5742f; }

 p { color: rgb(181,116,47); }

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

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

 a { background-color: rgb(181,116,47); }

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

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

 span { border-color: rgb(181,116,47); }

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