#B1642C

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

Shades of Reno Sand #B1642C

Tints of Reno Sand #B1642C

Color information

#B1642C (or 0xB1642C) is unknown color: approx Reno Sand. HEX triplet: B1, 64 and 2C. RGB value is (177,100,44). Sum of RGB (Red+Green+Blue) = 177+100+44=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1642C is #4E9BD3. Grayscale: #747474. Windows color (decimal): -5151700 or 2909361. OLE color: 2909361.

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

Color convert

RGB17710044-
CMYK00.440.750.31
HSL25.26º60.18%43.33%-
HSV(B)25.26º75.14%69.41%-
XYZ23.1418.644.76-
YUV116.6487.01171.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=55.14%
G=31.15%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771004400.440.750.3125.2660.1843.33
HexB1642C02C4B1F193c2b
Octal2611445405411337317453
Binary101100011100100101100010110010010111111111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1642C; }

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

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

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

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

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

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

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

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