#B87730

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

Shades of Meteor #B87730

Tints of Meteor #B87730

Color information

#B87730 (or 0xB87730) is unknown color: approx Meteor. HEX triplet: B8, 77 and 30. RGB value is (184,119,48). Sum of RGB (Red+Green+Blue) = 184+119+48=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B87730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87730 is #4788CF. Grayscale: #828282. Windows color (decimal): -4688080 or 3176376. OLE color: 3176376.

HSL color Cylindrical-coordinate representation of color #B87730: hue angle of 31.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B87730 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18411948-
CMYK00.350.740.28
HSL31.32º58.62%45.49%-
HSV(B)31.32º73.91%72.16%-
XYZ26.923.65.93-
YUV130.3481.53166.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=52.42%
G=33.90%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841194800.350.740.2831.3258.6245.49
HexB877300234A1C1f3b2d
Octal2701676004311234377355
Binary101110001110111110000010001110010101110011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87730; }

 p { color: rgb(184,119,48); }

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

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

 a { background-color: rgb(184,119,48); }

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

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

 span { border-color: rgb(184,119,48); }

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