#B97339

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

Shades of Meteor #B97339

Tints of Meteor #B97339

Color information

#B97339 (or 0xB97339) is unknown color: approx Meteor. HEX triplet: B9, 73 and 39. RGB value is (185,115,57). Sum of RGB (Red+Green+Blue) = 185+115+57=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B97339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97339 is #468CC6. Grayscale: #818181. Windows color (decimal): -4623559 or 3765177. OLE color: 3765177.

HSL color Cylindrical-coordinate representation of color #B97339: hue angle of 27.19º 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 #B97339 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18511557-
CMYK00.380.690.27
HSL27.19º52.89%47.45%-
HSV(B)27.19º69.19%72.55%-
XYZ26.8822.876.87-
YUV129.3287.19167.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 57 (22.66% from 255) = 15.97%
R=51.82%
G=32.21%
B=15.97%

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
Decimal1851155700.380.690.2727.1952.8947.45
HexB97339026451B1b352f
Octal2711637104610533336557
Binary101110011110011111001010011010001011101111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97339; }

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

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

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

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

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

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

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

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