#B1652E

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

Shades of Reno Sand #B1652E

Tints of Reno Sand #B1652E

Color information

#B1652E (or 0xB1652E) is unknown color: approx Reno Sand. HEX triplet: B1, 65 and 2E. RGB value is (177,101,46). Sum of RGB (Red+Green+Blue) = 177+101+46=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1652E is #4E9AD1. Grayscale: #757575. Windows color (decimal): -5151442 or 3040689. OLE color: 3040689.

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

Color convert

RGB17710146-
CMYK00.430.740.31
HSL25.19º58.74%43.73%-
HSV(B)25.19º74.01%69.41%-
XYZ23.2818.855-
YUV117.4587.68170.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=54.63%
G=31.17%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771014600.430.740.3125.1958.7443.73
HexB1652E02B4A1F193b2c
Octal2611455605311237317354
Binary101100011100101101110010101110010101111111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1652E; }

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

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

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

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

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

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

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

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