#B16926

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

Shades of Reno Sand #B16926

Tints of Reno Sand #B16926

Color information

#B16926 (or 0xB16926) is unknown color: approx Reno Sand. HEX triplet: B1, 69 and 26. RGB value is (177,105,38). Sum of RGB (Red+Green+Blue) = 177+105+38=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B16926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16926 is #4E96D9. Grayscale: #777777. Windows color (decimal): -5150426 or 2517425. OLE color: 2517425.

HSL color Cylindrical-coordinate representation of color #B16926: hue angle of 28.92º 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 #B16926 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17710538-
CMYK00.410.790.31
HSL28.92º64.65%42.16%-
HSV(B)28.92º78.53%69.41%-
XYZ23.5319.594.37-
YUV118.8982.35169.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=55.31%
G=32.81%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771053800.410.790.3128.9264.6542.16
HexB169260294F1F1d412a
Octal26115146051117373510152
Binary1011000111010011001100101001100111111111111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16926; }

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

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

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

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

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

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

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

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