#B86E38

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

Shades of Reno Sand #B86E38

Tints of Reno Sand #B86E38

Color information

#B86E38 (or 0xB86E38) is unknown color: approx Reno Sand. HEX triplet: B8, 6E and 38. RGB value is (184,110,56). Sum of RGB (Red+Green+Blue) = 184+110+56=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E38 is #4791C7. Grayscale: #7E7E7E. Windows color (decimal): -4690376 or 3698360. OLE color: 3698360.

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

Color convert

RGB18411056-
CMYK00.400.700.28
HSL25.31º53.33%47.06%-
HSV(B)25.31º69.57%72.16%-
XYZ26.0621.636.54-
YUV125.9788.52169.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 56 (22.27% from 255) = 16%
R=52.57%
G=31.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841105600.400.700.2825.3153.3347.06
HexB86E38028461C19352f
Octal2701567005010634316557
Binary101110001101110111000010100010001101110011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E38; }

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

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

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

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

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

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

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

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