#B77132

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

Shades of Meteor #B77132

Tints of Meteor #B77132

Color information

#B77132 (or 0xB77132) is unknown color: approx Meteor. HEX triplet: B7, 71 and 32. RGB value is (183,113,50). Sum of RGB (Red+Green+Blue) = 183+113+50=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B77132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77132 is #488ECD. Grayscale: #7F7F7F. Windows color (decimal): -4755150 or 3305911. OLE color: 3305911.

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

Color convert

RGB18311350-
CMYK00.380.730.28
HSL28.42º57.08%45.69%-
HSV(B)28.42º72.68%71.76%-
XYZ26.0122.115.91-
YUV126.7584.69168.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 50 (19.92% from 255) = 14.45%
R=52.89%
G=32.66%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831135000.380.730.2828.4257.0845.69
HexB77132026491C1c392e
Octal2671616204611134347156
Binary101101111110001110010010011010010011110011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77132; }

 p { color: rgb(183,113,50); }

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

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

 a { background-color: rgb(183,113,50); }

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

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

 span { border-color: rgb(183,113,50); }

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