#B46D2B

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

Shades of Reno Sand #B46D2B

Tints of Reno Sand #B46D2B

Color information

#B46D2B (or 0xB46D2B) is unknown color: approx Reno Sand. HEX triplet: B4, 6D and 2B. RGB value is (180,109,43). Sum of RGB (Red+Green+Blue) = 180+109+43=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D2B is #4B92D4. Grayscale: #7B7B7B. Windows color (decimal): -4952789 or 2846132. OLE color: 2846132.

HSL color Cylindrical-coordinate representation of color #B46D2B: hue angle of 28.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B46D2B is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18010943-
CMYK00.390.760.29
HSL28.91º61.43%43.73%-
HSV(B)28.91º76.11%70.59%-
XYZ24.7320.815-
YUV122.783.02168.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=54.22%
G=32.83%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801094300.390.760.2928.9161.4343.73
HexB46D2B0274C1D1d3d2c
Octal2641555304711435357554
Binary101101001101101101011010011110011001110111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D2B; }

 p { color: rgb(180,109,43); }

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

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

 a { background-color: rgb(180,109,43); }

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

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

 span { border-color: rgb(180,109,43); }

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