#B86933

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

Shades of Reno Sand #B86933

Tints of Reno Sand #B86933

Color information

#B86933 (or 0xB86933) is unknown color: approx Reno Sand. HEX triplet: B8, 69 and 33. RGB value is (184,105,51). Sum of RGB (Red+Green+Blue) = 184+105+51=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B86933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86933 is #4796CC. Grayscale: #7A7A7A. Windows color (decimal): -4691661 or 3369400. OLE color: 3369400.

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

Color convert

RGB18410551-
CMYK00.430.720.28
HSL24.36º56.6%46.08%-
HSV(B)24.36º72.28%72.16%-
XYZ25.4220.535.76-
YUV122.4687.67171.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 51 (20.31% from 255) = 15%
R=54.12%
G=30.88%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841055100.430.720.2824.3656.646.08
HexB8693302B481C18392e
Octal2701516305311034307156
Binary101110001101001110011010101110010001110011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86933; }

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

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

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

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

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

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

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

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