#B46C2B

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

Shades of Reno Sand #B46C2B

Tints of Reno Sand #B46C2B

Color information

#B46C2B (or 0xB46C2B) is unknown color: approx Reno Sand. HEX triplet: B4, 6C and 2B. RGB value is (180,108,43). Sum of RGB (Red+Green+Blue) = 180+108+43=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C2B is #4B93D4. Grayscale: #7A7A7A. Windows color (decimal): -4953045 or 2845876. OLE color: 2845876.

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

Color convert

RGB18010843-
CMYK00.400.760.29
HSL28.47º61.43%43.73%-
HSV(B)28.47º76.11%70.59%-
XYZ24.6220.64.96-
YUV122.1283.35169.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=54.38%
G=32.63%
B=12.99%

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
Decimal1801084300.400.760.2928.4761.4343.73
HexB46C2B0284C1D1c3d2c
Octal2641545305011435347554
Binary101101001101100101011010100010011001110111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C2B; }

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

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

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

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

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

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

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

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