#b86b2d

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

Shades of Reno Sand #B86B2D

Tints of Reno Sand #B86B2D

Color information

#B86B2D (or 0xB86B2D) is unknown color: approx Reno Sand. HEX triplet: B8, 6B and 2D. RGB value is (184,107,45). Sum of RGB (Red+Green+Blue) = 184+107+45=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B2D is #4794D2. Grayscale: #7B7B7B. Windows color (decimal): -4691155 or 2976696. OLE color: 2976696.

HSL color Cylindrical-coordinate representation of color #B86B2D: hue angle of 26.76º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B86B2D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB18410745-
CMYK00.420.760.28
HSL26.76º60.7%44.9%-
HSV(B)26.76º75.54%72.16%-
XYZ25.520.95.17-
YUV122.9584.01171.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.76%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=54.76%
G=31.85%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841074500.420.760.2826.7660.744.9
HexB86B2D02A4C1C1b3d2d
Octal2701535505211434337555
Binary101110001101011101101010101010011001110011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86b2d; }

 p { color: rgb(184,107,45); }

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

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

 a { background-color: rgb(184,107,45); }

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

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

 span { border-color: rgb(184,107,45); }

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