#B67331

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

Shades of Meteor #B67331

Tints of Meteor #B67331

Color information

#B67331 (or 0xB67331) is unknown color: approx Meteor. HEX triplet: B6, 73 and 31. RGB value is (182,115,49). Sum of RGB (Red+Green+Blue) = 182+115+49=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B67331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67331 is #498CCE. Grayscale: #7F7F7F. Windows color (decimal): -4820175 or 3240886. OLE color: 3240886.

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

Color convert

RGB18211549-
CMYK00.370.730.29
HSL29.77º57.58%45.29%-
HSV(B)29.77º73.08%71.37%-
XYZ25.9822.435.87-
YUV127.5183.7166.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 49 (19.53% from 255) = 14.16%
R=52.60%
G=33.24%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821154900.370.730.2929.7757.5845.29
HexB67331025491D1e3a2d
Octal2661636104511135367255
Binary101101101110011110001010010110010011110111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67331; }

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

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

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

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

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

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

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

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