#b47634

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

Shades of Meteor #B47634

Tints of Meteor #B47634

Color information

#B47634 (or 0xB47634) is unknown color: approx Meteor. HEX triplet: B4, 76 and 34. RGB value is (180,118,52). Sum of RGB (Red+Green+Blue) = 180+118+52=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B47634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47634 is #4B89CB. Grayscale: #818181. Windows color (decimal): -4950476 or 3438260. OLE color: 3438260.

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

Color convert

RGB18011852-
CMYK00.340.710.29
HSL30.94º55.17%45.49%-
HSV(B)30.94º71.11%70.59%-
XYZ25.9222.916.3-
YUV129.0184.54164.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 52 (20.70% from 255) = 14.86%
R=51.43%
G=33.71%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801185200.340.710.2930.9455.1745.49
HexB47634022471D1f372d
Octal2641666404210735376755
Binary101101001110110110100010001010001111110111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47634; }

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

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

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

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

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

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

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

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