#B97239

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

Shades of Meteor #B97239

Tints of Meteor #B97239

Color information

#B97239 (or 0xB97239) is unknown color: approx Meteor. HEX triplet: B9, 72 and 39. RGB value is (185,114,57). Sum of RGB (Red+Green+Blue) = 185+114+57=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B97239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97239 is #468DC6. Grayscale: #818181. Windows color (decimal): -4623815 or 3764921. OLE color: 3764921.

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

Color convert

RGB18511457-
CMYK00.380.690.27
HSL26.72º52.89%47.45%-
HSV(B)26.72º69.19%72.55%-
XYZ26.7622.646.83-
YUV128.7387.52168.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 57 (22.66% from 255) = 16.01%
R=51.97%
G=32.02%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851145700.380.690.2726.7252.8947.45
HexB97239026451B1b352f
Octal2711627104610533336557
Binary101110011110010111001010011010001011101111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97239; }

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

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

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

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

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

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

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

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