#BA6B0F

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

Shades of Ochre #BA6B0F

Tints of Ochre #BA6B0F

Color information

#BA6B0F (or 0xBA6B0F) is unknown color: approx Ochre. HEX triplet: BA, 6B and 0F. RGB value is (186,107,15). Sum of RGB (Red+Green+Blue) = 186+107+15=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B0F is #4594F0. Grayscale: #787878. Windows color (decimal): -4560113 or 1010618. OLE color: 1010618.

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

Color convert

RGB18610715-
CMYK00.420.920.27
HSL32.28º85.07%39.41%-
HSV(B)32.28º91.94%72.94%-
XYZ25.5920.993.15-
YUV120.1368.67174.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 15 (6.25% from 255) = 4.87%
R=60.39%
G=34.74%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861071500.420.920.2732.2885.0739.41
HexBA6BF02A5C1B205527
Octal27215317052134334012547
Binary101110101101011111101010101011100110111000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B0F; }

 p { color: rgb(186,107,15); }

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

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

 a { background-color: rgb(186,107,15); }

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

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

 span { border-color: rgb(186,107,15); }

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