#B46732

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

Shades of Reno Sand #B46732

Tints of Reno Sand #B46732

Color information

#B46732 (or 0xB46732) is unknown color: approx Reno Sand. HEX triplet: B4, 67 and 32. RGB value is (180,103,50). Sum of RGB (Red+Green+Blue) = 180+103+50=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B46732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46732 is #4B98CD. Grayscale: #787878. Windows color (decimal): -4954318 or 3303348. OLE color: 3303348.

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

Color convert

RGB18010350-
CMYK00.430.720.29
HSL24.46º56.52%45.1%-
HSV(B)24.46º72.22%70.59%-
XYZ24.2519.635.53-
YUV119.9888.51170.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=54.05%
G=30.93%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801035000.430.720.2924.4656.5245.1
HexB4673202B481D18392d
Octal2641476205311035307155
Binary101101001100111110010010101110010001110111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46732; }

 p { color: rgb(180,103,50); }

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

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

 a { background-color: rgb(180,103,50); }

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

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

 span { border-color: rgb(180,103,50); }

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