#B1661F

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

Shades of Reno Sand #B1661F

Tints of Reno Sand #B1661F

Color information

#B1661F (or 0xB1661F) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 1F. RGB value is (177,102,31). Sum of RGB (Red+Green+Blue) = 177+102+31=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1661F is #4E99E0. Grayscale: #747474. Windows color (decimal): -5151201 or 2057905. OLE color: 2057905.

HSL color Cylindrical-coordinate representation of color #B1661F: hue angle of 29.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1661F is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17710231-
CMYK00.420.820.31
HSL29.18º70.19%40.78%-
HSV(B)29.18º82.49%69.41%-
XYZ23.1318.953.73-
YUV116.3379.85171.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 31 (12.5% from 255) = 10%
R=57.10%
G=32.90%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771023100.420.820.3129.1870.1940.78
HexB1661F02A521F1d4629
Octal26114637052122373510651
Binary101100011100110111110101010101001011111111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1661F; }

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

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

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

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

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

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

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

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