#B06A34

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

Shades of Reno Sand #B06A34

Tints of Reno Sand #B06A34

Color information

#B06A34 (or 0xB06A34) is unknown color: approx Reno Sand. HEX triplet: B0, 6A and 34. RGB value is (176,106,52). Sum of RGB (Red+Green+Blue) = 176+106+52=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A34 is #4F95CB. Grayscale: #797979. Windows color (decimal): -5215692 or 3435184. OLE color: 3435184.

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

Color convert

RGB17610652-
CMYK00.400.700.31
HSL26.13º54.39%44.71%-
HSV(B)26.13º70.45%69.02%-
XYZ23.6819.795.82-
YUV120.7789.19167.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=52.69%
G=31.74%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761065200.400.700.3126.1354.3944.71
HexB06A34028461F1a362d
Octal2601526405010637326655
Binary101100001101010110100010100010001101111111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A34; }

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

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

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

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

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

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

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

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