#B06F35

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

Shades of Reno Sand #B06F35

Tints of Reno Sand #B06F35

Color information

#B06F35 (or 0xB06F35) is unknown color: approx Reno Sand. HEX triplet: B0, 6F and 35. RGB value is (176,111,53). Sum of RGB (Red+Green+Blue) = 176+111+53=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F35 is #4F90CA. Grayscale: #7C7C7C. Windows color (decimal): -5214411 or 3502000. OLE color: 3502000.

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

Color convert

RGB17611153-
CMYK00.370.700.31
HSL28.29º53.71%44.9%-
HSV(B)28.29º69.89%69.02%-
XYZ24.2320.866.12-
YUV123.8288.03165.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=51.76%
G=32.65%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761115300.370.700.3128.2953.7144.9
HexB06F35025461F1c362d
Octal2601576504510637346655
Binary101100001101111110101010010110001101111111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F35; }

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

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

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

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

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

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

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

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