#B67531

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

Shades of Meteor #B67531

Tints of Meteor #B67531

Color information

#B67531 (or 0xB67531) is unknown color: approx Meteor. HEX triplet: B6, 75 and 31. RGB value is (182,117,49). Sum of RGB (Red+Green+Blue) = 182+117+49=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B67531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67531 is #498ACE. Grayscale: #818181. Windows color (decimal): -4819663 or 3241398. OLE color: 3241398.

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

Color convert

RGB18211749-
CMYK00.360.730.29
HSL30.68º57.58%45.29%-
HSV(B)30.68º73.08%71.37%-
XYZ26.2122.895.94-
YUV128.6883.03166.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 49 (19.53% from 255) = 14.08%
R=52.30%
G=33.62%
B=14.08%

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
Decimal1821174900.360.730.2930.6857.5845.29
HexB67531024491D1f3a2d
Octal2661656104411135377255
Binary101101101110101110001010010010010011110111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67531; }

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

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

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

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

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

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

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

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