#B67431

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

Shades of Meteor #B67431

Tints of Meteor #B67431

Color information

#B67431 (or 0xB67431) is unknown color: approx Meteor. HEX triplet: B6, 74 and 31. RGB value is (182,116,49). Sum of RGB (Red+Green+Blue) = 182+116+49=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B67431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67431 is #498BCE. Grayscale: #808080. Windows color (decimal): -4819919 or 3241142. OLE color: 3241142.

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

Color convert

RGB18211649-
CMYK00.360.730.29
HSL30.23º57.58%45.29%-
HSV(B)30.23º73.08%71.37%-
XYZ26.0922.665.9-
YUV128.183.37166.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 49 (19.53% from 255) = 14.12%
R=52.45%
G=33.43%
B=14.12%

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
Decimal1821164900.360.730.2930.2357.5845.29
HexB67431024491D1e3a2d
Octal2661646104411135367255
Binary101101101110100110001010010010010011110111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67431; }

 p { color: rgb(182,116,49); }

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

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

 a { background-color: rgb(182,116,49); }

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

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

 span { border-color: rgb(182,116,49); }

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