#B47532

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

Shades of Meteor #B47532

Tints of Meteor #B47532

Color information

#B47532 (or 0xB47532) is unknown color: approx Meteor. HEX triplet: B4, 75 and 32. RGB value is (180,117,50). Sum of RGB (Red+Green+Blue) = 180+117+50=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47532 is #4B8ACD. Grayscale: #808080. Windows color (decimal): -4950734 or 3306932. OLE color: 3306932.

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

Color convert

RGB18011750-
CMYK00.350.720.29
HSL30.92º56.52%45.1%-
HSV(B)30.92º72.22%70.59%-
XYZ25.7622.666.03-
YUV128.283.87164.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=51.87%
G=33.72%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801175000.350.720.2930.9256.5245.1
HexB47532023481D1f392d
Octal2641656204311035377155
Binary101101001110101110010010001110010001110111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47532; }

 p { color: rgb(180,117,50); }

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

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

 a { background-color: rgb(180,117,50); }

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

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

 span { border-color: rgb(180,117,50); }

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