#B86D38

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

Shades of Reno Sand #B86D38

Tints of Reno Sand #B86D38

Color information

#B86D38 (or 0xB86D38) is unknown color: approx Reno Sand. HEX triplet: B8, 6D and 38. RGB value is (184,109,56). Sum of RGB (Red+Green+Blue) = 184+109+56=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D38 is #4792C7. Grayscale: #7D7D7D. Windows color (decimal): -4690632 or 3698104. OLE color: 3698104.

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

Color convert

RGB18410956-
CMYK00.410.700.28
HSL24.84º53.33%47.06%-
HSV(B)24.84º69.57%72.16%-
XYZ25.9521.416.51-
YUV125.3888.85169.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=52.72%
G=31.23%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841095600.410.700.2824.8453.3347.06
HexB86D38029461C19352f
Octal2701557005110634316557
Binary101110001101101111000010100110001101110011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D38; }

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

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

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

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

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

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

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

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