#B06835

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

Shades of Reno Sand #B06835

Tints of Reno Sand #B06835

Color information

#B06835 (or 0xB06835) is unknown color: approx Reno Sand. HEX triplet: B0, 68 and 35. RGB value is (176,104,53). Sum of RGB (Red+Green+Blue) = 176+104+53=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B06835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06835 is #4F97CA. Grayscale: #777777. Windows color (decimal): -5216203 or 3500208. OLE color: 3500208.

HSL color Cylindrical-coordinate representation of color #B06835: hue angle of 24.88º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B06835 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17610453-
CMYK00.410.700.31
HSL24.88º53.71%44.9%-
HSV(B)24.88º69.89%69.02%-
XYZ23.519.395.87-
YUV119.7190.35168.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=52.85%
G=31.23%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761045300.410.700.3124.8853.7144.9
HexB06835029461F19362d
Octal2601506505110637316655
Binary101100001101000110101010100110001101111111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06835; }

 p { color: rgb(176,104,53); }

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

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

 a { background-color: rgb(176,104,53); }

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

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

 span { border-color: rgb(176,104,53); }

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