#B46C27

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

Shades of Reno Sand #B46C27

Tints of Reno Sand #B46C27

Color information

#B46C27 (or 0xB46C27) is unknown color: approx Reno Sand. HEX triplet: B4, 6C and 27. RGB value is (180,108,39). Sum of RGB (Red+Green+Blue) = 180+108+39=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C27 is #4B93D8. Grayscale: #7A7A7A. Windows color (decimal): -4953049 or 2583732. OLE color: 2583732.

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

Color convert

RGB18010839-
CMYK00.400.780.29
HSL29.36º64.38%42.94%-
HSV(B)29.36º78.33%70.59%-
XYZ24.5520.574.6-
YUV121.6681.35169.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=55.05%
G=33.03%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801083900.400.780.2929.3664.3842.94
HexB46C270284E1D1d402b
Octal26415447050116353510053
Binary1011010011011001001110101000100111011101111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C27; }

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

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

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

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

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

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

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

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