#B47534

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

Shades of Meteor #B47534

Tints of Meteor #B47534

Color information

#B47534 (or 0xB47534) is unknown color: approx Meteor. HEX triplet: B4, 75 and 34. RGB value is (180,117,52). Sum of RGB (Red+Green+Blue) = 180+117+52=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B47534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47534 is #4B8ACB. Grayscale: #808080. Windows color (decimal): -4950732 or 3438004. OLE color: 3438004.

HSL color Cylindrical-coordinate representation of color #B47534: hue angle of 30.47º 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 #B47534 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18011752-
CMYK00.350.710.29
HSL30.47º55.17%45.49%-
HSV(B)30.47º71.11%70.59%-
XYZ25.822.676.27-
YUV128.4384.87164.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=51.58%
G=33.52%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801175200.350.710.2930.4755.1745.49
HexB47534023471D1e372d
Octal2641656404310735366755
Binary101101001110101110100010001110001111110111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47534; }

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

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

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

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

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

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

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

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