#B86B2A

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

Shades of Reno Sand #B86B2A

Tints of Reno Sand #B86B2A

Color information

#B86B2A (or 0xB86B2A) is unknown color: approx Reno Sand. HEX triplet: B8, 6B and 2A. RGB value is (184,107,42). Sum of RGB (Red+Green+Blue) = 184+107+42=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B2A is #4794D5. Grayscale: #7A7A7A. Windows color (decimal): -4691158 or 2780088. OLE color: 2780088.

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

Color convert

RGB18410742-
CMYK00.420.770.28
HSL27.46º62.83%44.31%-
HSV(B)27.46º77.17%72.16%-
XYZ25.4420.874.88-
YUV122.6182.51171.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=55.26%
G=32.13%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841074200.420.770.2827.4662.8344.31
HexB86B2A02A4D1C1b3f2c
Octal2701535205211534337754
Binary101110001101011101010010101010011011110011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B2A; }

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

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

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

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

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

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

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

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