#B16627

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

Shades of Reno Sand #B16627

Tints of Reno Sand #B16627

Color information

#B16627 (or 0xB16627) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 27. RGB value is (177,102,39). Sum of RGB (Red+Green+Blue) = 177+102+39=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B16627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16627 is #4E99D8. Grayscale: #757575. Windows color (decimal): -5151193 or 2582193. OLE color: 2582193.

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

Color convert

RGB17710239-
CMYK00.420.780.31
HSL27.39º63.89%42.35%-
HSV(B)27.39º77.97%69.41%-
XYZ23.25194.36-
YUV117.2483.85170.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 39 (15.62% from 255) = 12.26%
R=55.66%
G=32.08%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771023900.420.780.3127.3963.8942.35
HexB1662702A4E1F1b402a
Octal26114647052116373310052
Binary1011000111001101001110101010100111011111110111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16627; }

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

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

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

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

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

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

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

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