#B97237

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

Shades of Meteor #B97237

Tints of Meteor #B97237

Color information

#B97237 (or 0xB97237) is unknown color: approx Meteor. HEX triplet: B9, 72 and 37. RGB value is (185,114,55). Sum of RGB (Red+Green+Blue) = 185+114+55=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B97237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97237 is #468DC8. Grayscale: #808080. Windows color (decimal): -4623817 or 3633849. OLE color: 3633849.

HSL color Cylindrical-coordinate representation of color #B97237: hue angle of 27.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B97237 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18511455-
CMYK00.380.700.27
HSL27.23º54.17%47.06%-
HSV(B)27.23º70.27%72.55%-
XYZ26.7122.626.57-
YUV128.586.52168.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 55 (21.88% from 255) = 15.54%
R=52.26%
G=32.20%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851145500.380.700.2727.2354.1747.06
HexB97237026461B1b362f
Octal2711626704610633336657
Binary101110011110010110111010011010001101101111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97237; }

 p { color: rgb(185,114,55); }

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

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

 a { background-color: rgb(185,114,55); }

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

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

 span { border-color: rgb(185,114,55); }

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