#B47636

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

Shades of Meteor #B47636

Tints of Meteor #B47636

Color information

#B47636 (or 0xB47636) is unknown color: approx Meteor. HEX triplet: B4, 76 and 36. RGB value is (180,118,54). Sum of RGB (Red+Green+Blue) = 180+118+54=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B47636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47636 is #4B89C9. Grayscale: #818181. Windows color (decimal): -4950474 or 3569332. OLE color: 3569332.

HSL color Cylindrical-coordinate representation of color #B47636: hue angle of 30.48º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B47636 is Cyan = 0, Magento = 0.34, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB18011854-
CMYK00.340.70.29
HSL30.48º53.85%45.88%-
HSV(B)30.48º70%70.59%-
XYZ25.9722.936.55-
YUV129.2485.54164.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=51.14%
G=33.52%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801185400.340.70.2930.4853.8545.88
HexB47636022461D1e362e
Octal2641666604210635366656
Binary101101001110110110110010001010001101110111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47636; }

 p { color: rgb(180,118,54); }

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

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

 a { background-color: rgb(180,118,54); }

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

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

 span { border-color: rgb(180,118,54); }

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