#B1661C

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

Shades of Reno Sand #B1661C

Tints of Reno Sand #B1661C

Color information

#B1661C (or 0xB1661C) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 1C. RGB value is (177,102,28). Sum of RGB (Red+Green+Blue) = 177+102+28=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1661C is #4E99E3. Grayscale: #747474. Windows color (decimal): -5151204 or 1861297. OLE color: 1861297.

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

Color convert

RGB17710228-
CMYK00.420.840.31
HSL29.8º72.68%40.2%-
HSV(B)29.8º84.18%69.41%-
XYZ23.0918.933.54-
YUV115.9978.35171.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=57.65%
G=33.22%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771022800.420.840.3129.872.6840.2
HexB1661C02A541F1e4928
Octal26114634052124373611150
Binary101100011100110111000101010101010011111111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1661C; }

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

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

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

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

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

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

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

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