#B67231

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

Shades of Meteor #B67231

Tints of Meteor #B67231

Color information

#B67231 (or 0xB67231) is unknown color: approx Meteor. HEX triplet: B6, 72 and 31. RGB value is (182,114,49). Sum of RGB (Red+Green+Blue) = 182+114+49=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B67231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67231 is #498DCE. Grayscale: #7F7F7F. Windows color (decimal): -4820431 or 3240630. OLE color: 3240630.

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

Color convert

RGB18211449-
CMYK00.370.730.29
HSL29.32º57.58%45.29%-
HSV(B)29.32º73.08%71.37%-
XYZ25.8622.25.83-
YUV126.9284.03167.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=52.75%
G=33.04%
B=14.20%

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
Decimal1821144900.370.730.2929.3257.5845.29
HexB67231025491D1d3a2d
Octal2661626104511135357255
Binary101101101110010110001010010110010011110111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67231; }

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

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

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

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

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

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

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

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