#B16629

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

Shades of Reno Sand #B16629

Tints of Reno Sand #B16629

Color information

#B16629 (or 0xB16629) is unknown color: approx Reno Sand. HEX triplet: B1, 66 and 29. RGB value is (177,102,41). Sum of RGB (Red+Green+Blue) = 177+102+41=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B16629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16629 is #4E99D6. Grayscale: #757575. Windows color (decimal): -5151191 or 2713265. OLE color: 2713265.

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

Color convert

RGB17710241-
CMYK00.420.770.31
HSL26.91º62.39%42.75%-
HSV(B)26.91º76.84%69.41%-
XYZ23.2819.014.54-
YUV117.4784.85170.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 41 (16.41% from 255) = 12.81%
R=55.31%
G=31.88%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771024100.420.770.3126.9162.3942.75
HexB1662902A4D1F1b3e2b
Octal2611465105211537337653
Binary101100011100110101001010101010011011111111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16629; }

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

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

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

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

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

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

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

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