#B16C30

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

Shades of Reno Sand #B16C30

Tints of Reno Sand #B16C30

Color information

#B16C30 (or 0xB16C30) is unknown color: approx Reno Sand. HEX triplet: B1, 6C and 30. RGB value is (177,108,48). Sum of RGB (Red+Green+Blue) = 177+108+48=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C30 is #4E93CF. Grayscale: #7A7A7A. Windows color (decimal): -5149648 or 3173553. OLE color: 3173553.

HSL color Cylindrical-coordinate representation of color #B16C30: hue angle of 27.91º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B16C30 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17710848-
CMYK00.390.730.31
HSL27.91º57.33%44.12%-
HSV(B)27.91º72.88%69.41%-
XYZ24.0320.295.45-
YUV121.7986.36167.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=53.15%
G=32.43%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771084800.390.730.3127.9157.3344.12
HexB16C30027491F1c392c
Octal2611546004711137347154
Binary101100011101100110000010011110010011111111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C30; }

 p { color: rgb(177,108,48); }

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

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

 a { background-color: rgb(177,108,48); }

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

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

 span { border-color: rgb(177,108,48); }

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