#B46C2C

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

Shades of Reno Sand #B46C2C

Tints of Reno Sand #B46C2C

Color information

#B46C2C (or 0xB46C2C) is unknown color: approx Reno Sand. HEX triplet: B4, 6C and 2C. RGB value is (180,108,44). Sum of RGB (Red+Green+Blue) = 180+108+44=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C2C is #4B93D3. Grayscale: #7A7A7A. Windows color (decimal): -4953044 or 2911412. OLE color: 2911412.

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

Color convert

RGB18010844-
CMYK00.400.760.29
HSL28.24º60.71%43.92%-
HSV(B)28.24º75.56%70.59%-
XYZ24.6420.615.06-
YUV122.2383.85169.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=54.22%
G=32.53%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801084400.400.760.2928.2460.7143.92
HexB46C2C0284C1D1c3d2c
Octal2641545405011435347554
Binary101101001101100101100010100010011001110111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C2C; }

 p { color: rgb(180,108,44); }

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

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

 a { background-color: rgb(180,108,44); }

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

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

 span { border-color: rgb(180,108,44); }

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