#B3732E

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

Shades of Reno Sand #B3732E

Tints of Reno Sand #B3732E

Color information

#B3732E (or 0xB3732E) is unknown color: approx Reno Sand. HEX triplet: B3, 73 and 2E. RGB value is (179,115,46). Sum of RGB (Red+Green+Blue) = 179+115+46=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3732E is #4C8CD1. Grayscale: #7E7E7E. Windows color (decimal): -5016786 or 3044275. OLE color: 3044275.

HSL color Cylindrical-coordinate representation of color #B3732E: hue angle of 31.13º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3732E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17911546-
CMYK00.360.740.30
HSL31.13º59.11%44.12%-
HSV(B)31.13º74.3%70.2%-
XYZ25.2122.045.51-
YUV126.2782.7165.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 46 (18.36% from 255) = 13.53%
R=52.65%
G=33.82%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791154600.360.740.3031.1359.1144.12
HexB3732E0244A1E1f3b2c
Octal2631635604411236377354
Binary101100111110011101110010010010010101111011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3732E; }

 p { color: rgb(179,115,46); }

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

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

 a { background-color: rgb(179,115,46); }

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

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

 span { border-color: rgb(179,115,46); }

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