#BA6911

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

Shades of Ochre #BA6911

Tints of Ochre #BA6911

Color information

#BA6911 (or 0xBA6911) is unknown color: approx Ochre. HEX triplet: BA, 69 and 11. RGB value is (186,105,17). Sum of RGB (Red+Green+Blue) = 186+105+17=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6911 is #4596EE. Grayscale: #777777. Windows color (decimal): -4560623 or 1141178. OLE color: 1141178.

HSL color Cylindrical-coordinate representation of color #BA6911: hue angle of 31.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA6911 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18610517-
CMYK00.440.910.27
HSL31.24º83.25%39.8%-
HSV(B)31.24º90.86%72.94%-
XYZ25.420.583.16-
YUV119.1970.34175.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 17 (7.03% from 255) = 5.52%
R=60.39%
G=34.09%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861051700.440.910.2731.2483.2539.8
HexBA691102C5B1B1f5328
Octal27215121054133333712350
Binary101110101101001100010101100101101111011111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6911; }

 p { color: rgb(186,105,17); }

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

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

 a { background-color: rgb(186,105,17); }

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

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

 span { border-color: rgb(186,105,17); }

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