#B16626

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

Shades of Reno Sand #B16626

Tints of Reno Sand #B16626

Color information

#B16626 (or 0xB16626) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 26. RGB value is (177,102,38). Sum of RGB (Red+Green+Blue) = 177+102+38=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16626 is #4E99D9. Grayscale: #757575. Windows color (decimal): -5151194 or 2516657. OLE color: 2516657.

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

Color convert

RGB17710238-
CMYK00.420.790.31
HSL27.63º64.65%42.16%-
HSV(B)27.63º78.53%69.41%-
XYZ23.2318.994.27-
YUV117.1383.35170.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=55.84%
G=32.18%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771023800.420.790.3127.6364.6542.16
HexB1662602A4F1F1c412a
Octal26114646052117373410152
Binary1011000111001101001100101010100111111111111001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16626; }

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

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

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

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

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

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

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

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