#B86A33

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

Shades of Reno Sand #B86A33

Tints of Reno Sand #B86A33

Color information

#B86A33 (or 0xB86A33) is unknown color: approx Reno Sand. HEX triplet: B8, 6A and 33. RGB value is (184,106,51). Sum of RGB (Red+Green+Blue) = 184+106+51=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A33 is #4795CC. Grayscale: #7B7B7B. Windows color (decimal): -4691405 or 3369656. OLE color: 3369656.

HSL color Cylindrical-coordinate representation of color #B86A33: hue angle of 24.81º degrees, saturation: 0.57, 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 #B86A33 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18410651-
CMYK00.420.720.28
HSL24.81º56.6%46.08%-
HSV(B)24.81º72.28%72.16%-
XYZ25.5220.745.79-
YUV123.0587.34171.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=53.96%
G=31.09%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841065100.420.720.2824.8156.646.08
HexB86A3302A481C19392e
Octal2701526305211034317156
Binary101110001101010110011010101010010001110011001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A33; }

 p { color: rgb(184,106,51); }

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

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

 a { background-color: rgb(184,106,51); }

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

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

 span { border-color: rgb(184,106,51); }

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