#B1662E

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

Shades of Reno Sand #B1662E

Tints of Reno Sand #B1662E

Color information

#B1662E (or 0xB1662E) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 2E. RGB value is (177,102,46). Sum of RGB (Red+Green+Blue) = 177+102+46=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1662E is #4E99D1. Grayscale: #767676. Windows color (decimal): -5151186 or 3040945. OLE color: 3040945.

HSL color Cylindrical-coordinate representation of color #B1662E: hue angle of 25.65º 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 #B1662E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17710246-
CMYK00.420.740.31
HSL25.65º58.74%43.73%-
HSV(B)25.65º74.01%69.41%-
XYZ23.3819.055.03-
YUV118.0487.35170.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=54.46%
G=31.38%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771024600.420.740.3125.6558.7443.73
HexB1662E02A4A1F1a3b2c
Octal2611465605211237327354
Binary101100011100110101110010101010010101111111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1662E; }

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

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

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

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

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

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

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

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