#B87134

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

Shades of Meteor #B87134

Tints of Meteor #B87134

Color information

#B87134 (or 0xB87134) is unknown color: approx Meteor. HEX triplet: B8, 71 and 34. RGB value is (184,113,52). Sum of RGB (Red+Green+Blue) = 184+113+52=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B87134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87134 is #478ECB. Grayscale: #7F7F7F. Windows color (decimal): -4689612 or 3436984. OLE color: 3436984.

HSL color Cylindrical-coordinate representation of color #B87134: hue angle of 27.73º 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 #B87134 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18411352-
CMYK00.390.720.28
HSL27.73º55.93%46.27%-
HSV(B)27.73º71.74%72.16%-
XYZ26.2922.256.16-
YUV127.2885.52168.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=52.72%
G=32.38%
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.28
SystemRedGreenBlueCMYKHSL
Decimal1841135200.390.720.2827.7355.9346.27
HexB87134027481C1c382e
Octal2701616404711034347056
Binary101110001110001110100010011110010001110011100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87134; }

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

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

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

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

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

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

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

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