#B46B27

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

Shades of Reno Sand #B46B27

Tints of Reno Sand #B46B27

Color information

#B46B27 (or 0xB46B27) is unknown color: approx Reno Sand. HEX triplet: B4, 6B and 27. RGB value is (180,107,39). Sum of RGB (Red+Green+Blue) = 180+107+39=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46B27 is #4B94D8. Grayscale: #797979. Windows color (decimal): -4953305 or 2583476. OLE color: 2583476.

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

Color convert

RGB18010739-
CMYK00.410.780.29
HSL28.94º64.38%42.94%-
HSV(B)28.94º78.33%70.59%-
XYZ24.4520.374.56-
YUV121.0781.68170.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=55.21%
G=32.82%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801073900.410.780.2928.9464.3842.94
HexB46B270294E1D1d402b
Octal26415347051116353510053
Binary1011010011010111001110101001100111011101111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B27; }

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

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

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

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

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

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

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

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