#B06A35

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

Shades of Reno Sand #B06A35

Tints of Reno Sand #B06A35

Color information

#B06A35 (or 0xB06A35) is unknown color: approx Reno Sand. HEX triplet: B0, 6A and 35. RGB value is (176,106,53). Sum of RGB (Red+Green+Blue) = 176+106+53=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A35 is #4F95CA. Grayscale: #797979. Windows color (decimal): -5215691 or 3500720. OLE color: 3500720.

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

Color convert

RGB17610653-
CMYK00.400.700.31
HSL25.85º53.71%44.9%-
HSV(B)25.85º69.89%69.02%-
XYZ23.719.85.94-
YUV120.8989.69167.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=52.54%
G=31.64%
B=15.82%

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
Decimal1761065300.400.700.3125.8553.7144.9
HexB06A35028461F1a362d
Octal2601526505010637326655
Binary101100001101010110101010100010001101111111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A35; }

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

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

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

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

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

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

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

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