#B06A2F

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

Shades of Reno Sand #B06A2F

Tints of Reno Sand #B06A2F

Color information

#B06A2F (or 0xB06A2F) is unknown color: approx Reno Sand. HEX triplet: B0, 6A and 2F. RGB value is (176,106,47). Sum of RGB (Red+Green+Blue) = 176+106+47=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A2F is #4F95D0. Grayscale: #787878. Windows color (decimal): -5215697 or 3107504. OLE color: 3107504.

HSL color Cylindrical-coordinate representation of color #B06A2F: hue angle of 27.44º degrees, saturation: 0.58, 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 #B06A2F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17610647-
CMYK00.400.730.31
HSL27.44º57.85%43.73%-
HSV(B)27.44º73.3%69.02%-
XYZ23.5719.745.26-
YUV120.286.69167.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=53.50%
G=32.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761064700.400.730.3127.4457.8543.73
HexB06A2F028491F1b3a2c
Octal2601525705011137337254
Binary101100001101010101111010100010010011111111011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A2F; }

 p { color: rgb(176,106,47); }

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

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

 a { background-color: rgb(176,106,47); }

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

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

 span { border-color: rgb(176,106,47); }

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