#BA6C35

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

Shades of Reno Sand #BA6C35

Tints of Reno Sand #BA6C35

Color information

#BA6C35 (or 0xBA6C35) is unknown color: approx Reno Sand. HEX triplet: BA, 6C and 35. RGB value is (186,108,53). Sum of RGB (Red+Green+Blue) = 186+108+53=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C35 is #4593CA. Grayscale: #7D7D7D. Windows color (decimal): -4559819 or 3501242. OLE color: 3501242.

HSL color Cylindrical-coordinate representation of color #BA6C35: hue angle of 24.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA6C35 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18610853-
CMYK00.420.720.27
HSL24.81º55.65%46.86%-
HSV(B)24.81º71.51%72.94%-
XYZ26.2521.426.12-
YUV125.0587.34171.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=53.60%
G=31.12%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861085300.420.720.2724.8155.6546.86
HexBA6C3502A481B19382f
Octal2721546505211033317057
Binary101110101101100110101010101010010001101111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C35; }

 p { color: rgb(186,108,53); }

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

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

 a { background-color: rgb(186,108,53); }

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

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

 span { border-color: rgb(186,108,53); }

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