#B16623

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

Shades of Reno Sand #B16623

Tints of Reno Sand #B16623

Color information

#B16623 (or 0xB16623) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 23. RGB value is (177,102,35). Sum of RGB (Red+Green+Blue) = 177+102+35=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16623 is #4E99DC. Grayscale: #757575. Windows color (decimal): -5151197 or 2320049. OLE color: 2320049.

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

Color convert

RGB17710235-
CMYK00.420.800.31
HSL28.31º66.98%41.57%-
HSV(B)28.31º80.23%69.41%-
XYZ23.1918.974.03-
YUV116.7981.85170.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 35 (14.06% from 255) = 11.15%
R=56.37%
G=32.48%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771023500.420.800.3128.3166.9841.57
HexB1662302A501F1c432a
Octal26114643052120373410352
Binary1011000111001101000110101010101000011111111001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16623; }

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

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

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

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

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

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

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

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