#B97631

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

Shades of Meteor #B97631

Tints of Meteor #B97631

Color information

#B97631 (or 0xB97631) is unknown color: approx Meteor. HEX triplet: B9, 76 and 31. RGB value is (185,118,49). Sum of RGB (Red+Green+Blue) = 185+118+49=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B97631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97631 is #4689CE. Grayscale: #828282. Windows color (decimal): -4622799 or 3241657. OLE color: 3241657.

HSL color Cylindrical-coordinate representation of color #B97631: hue angle of 30.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B97631 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18511849-
CMYK00.360.740.27
HSL30.44º58.12%45.88%-
HSV(B)30.44º73.51%72.55%-
XYZ27.0423.496.02-
YUV130.1782.2167.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=52.56%
G=33.52%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851184900.360.740.2730.4458.1245.88
HexB976310244A1B1e3a2e
Octal2711666104411233367256
Binary101110011110110110001010010010010101101111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97631; }

 p { color: rgb(185,118,49); }

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

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

 a { background-color: rgb(185,118,49); }

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

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

 span { border-color: rgb(185,118,49); }

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