#B86E34

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

Shades of Reno Sand #B86E34

Tints of Reno Sand #B86E34

Color information

#B86E34 (or 0xB86E34) is unknown color: approx Reno Sand. HEX triplet: B8, 6E and 34. RGB value is (184,110,52). Sum of RGB (Red+Green+Blue) = 184+110+52=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E34 is #4791CB. Grayscale: #7D7D7D. Windows color (decimal): -4690380 or 3436216. OLE color: 3436216.

HSL color Cylindrical-coordinate representation of color #B86E34: hue angle of 26.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B86E34 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18411052-
CMYK00.400.720.28
HSL26.36º55.93%46.27%-
HSV(B)26.36º71.74%72.16%-
XYZ25.9621.596.05-
YUV125.5186.52169.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 52 (20.70% from 255) = 15.03%
R=53.18%
G=31.79%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841105200.400.720.2826.3655.9346.27
HexB86E34028481C1a382e
Octal2701566405011034327056
Binary101110001101110110100010100010010001110011010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E34; }

 p { color: rgb(184,110,52); }

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

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

 a { background-color: rgb(184,110,52); }

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

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

 span { border-color: rgb(184,110,52); }

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