#B1642E

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

Shades of Reno Sand #B1642E

Tints of Reno Sand #B1642E

Color information

#B1642E (or 0xB1642E) is unknown color: approx Reno Sand. HEX triplet: B1, 64 and 2E. RGB value is (177,100,46). Sum of RGB (Red+Green+Blue) = 177+100+46=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1642E is #4E9BD1. Grayscale: #757575. Windows color (decimal): -5151698 or 3040433. OLE color: 3040433.

HSL color Cylindrical-coordinate representation of color #B1642E: hue angle of 24.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1642E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17710046-
CMYK00.440.740.31
HSL24.73º58.74%43.73%-
HSV(B)24.73º74.01%69.41%-
XYZ23.1818.664.96-
YUV116.8788.01170.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=54.80%
G=30.96%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771004600.440.740.3124.7358.7443.73
HexB1642E02C4A1F193b2c
Octal2611445605411237317354
Binary101100011100100101110010110010010101111111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1642E; }

 p { color: rgb(177,100,46); }

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

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

 a { background-color: rgb(177,100,46); }

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

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

 span { border-color: rgb(177,100,46); }

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