#B47334

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

Shades of Reno Sand #B47334

Tints of Reno Sand #B47334

Color information

#B47334 (or 0xB47334) is unknown color: approx Reno Sand. HEX triplet: B4, 73 and 34. RGB value is (180,115,52). Sum of RGB (Red+Green+Blue) = 180+115+52=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47334 is #4B8CCB. Grayscale: #7F7F7F. Windows color (decimal): -4951244 or 3437492. OLE color: 3437492.

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

Color convert

RGB18011552-
CMYK00.360.710.29
HSL29.53º55.17%45.49%-
HSV(B)29.53º71.11%70.59%-
XYZ25.5722.216.19-
YUV127.2585.53165.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=51.87%
G=33.14%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801155200.360.710.2929.5355.1745.49
HexB47334024471D1e372d
Octal2641636404410735366755
Binary101101001110011110100010010010001111110111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47334; }

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

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

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

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

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

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

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

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