#B97034

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

Shades of Meteor #B97034

Tints of Meteor #B97034

Color information

#B97034 (or 0xB97034) is unknown color: approx Meteor. HEX triplet: B9, 70 and 34. RGB value is (185,112,52). Sum of RGB (Red+Green+Blue) = 185+112+52=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B97034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97034 is #468FCB. Grayscale: #7F7F7F. Windows color (decimal): -4624332 or 3436729. OLE color: 3436729.

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

Color convert

RGB18511252-
CMYK00.390.720.27
HSL27.07º56.12%46.47%-
HSV(B)27.07º71.89%72.55%-
XYZ26.4222.156.13-
YUV126.9985.68169.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=53.01%
G=32.09%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851125200.390.720.2727.0756.1246.47
HexB97034027481B1b382e
Octal2711606404711033337056
Binary101110011110000110100010011110010001101111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97034; }

 p { color: rgb(185,112,52); }

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

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

 a { background-color: rgb(185,112,52); }

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

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

 span { border-color: rgb(185,112,52); }

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