#B87034

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

Shades of Meteor #B87034

Tints of Meteor #B87034

Color information

#B87034 (or 0xB87034) is unknown color: approx Meteor. HEX triplet: B8, 70 and 34. RGB value is (184,112,52). Sum of RGB (Red+Green+Blue) = 184+112+52=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B87034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87034 is #478FCB. Grayscale: #7F7F7F. Windows color (decimal): -4689868 or 3436728. OLE color: 3436728.

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

Color convert

RGB18411252-
CMYK00.390.720.28
HSL27.27º55.93%46.27%-
HSV(B)27.27º71.74%72.16%-
XYZ26.1822.036.12-
YUV126.6985.85168.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=52.87%
G=32.18%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841125200.390.720.2827.2755.9346.27
HexB87034027481C1b382e
Octal2701606404711034337056
Binary101110001110000110100010011110010001110011011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87034; }

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

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

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

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

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

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

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

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