Html Css Color HEX #BA6F11 Ochre

📋 copy color: '#BA6F11'

red 186 ◦ green 111 ◦ blue 17

#BA6F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #BA6F11

Tints of Ochre #BA6F11

RGB

 RED value IS 186 (73.05% from 255) = 59.24%

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 59.24%
G = 35.35%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6F11 (or 0xBA6F11) is known color: Ochre. HEX triplet: BA, 6F and 11. RGB value is (186,111,17). Sum of RGB (Red+Green+Blue) = 186+111+17=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F11 is #4590EE. Grayscale: #7B7B7B. Windows color (decimal): -4559087 or 1142714. OLE color: 1142714.

HSL color Cylindrical-coordinate representation of color #BA6F11: hue angle of 33.37º 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 #BA6F11 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 17 -
CMYK 0 0.40 0.91 0.27
HSL 33.37º 0.83% 0.4% -
HSV(B) 33.37º 0.91% 0.73% -
XYZ 26.04 21.85 3.38 -
YUV 122.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 186 111 17 0 0.40 0.91 0.27 33.37 0.83 0.4
Hex BA 6F 11 0 28 5B 1B 21 53 28
Octal 272 157 21 0 50 133 33 41 123 50
Binary 10111010 1101111 10001 0 101000 1011011 11011 100001 1010011 101000

Color Harmonies of #BA6F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F11

Black with #BA6F11

Text Example


Text Example

White with #BA6F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F11; }

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

 H1.HeaderClassName
 {
   color: #BA6F11;
 }
 .AnyTagClassName
 {
   color: #BA6F11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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