Html Css Color HEX #BA6911 Ochre

📋 copy color: '#BA6911'

red 186 ◦ green 105 ◦ blue 17

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

Shades of Ochre #BA6911

Tints of Ochre #BA6911

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 value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6911 (or 0xBA6911) is known color: 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

RGB 186 105 17 -
CMYK 0 0.44 0.91 0.27
HSL 31.24º 0.83% 0.4% -
HSV(B) 31.24º 0.91% 0.73% -
XYZ 25.4 20.58 3.16 -
YUV 119.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 186 105 17 0 0.44 0.91 0.27 31.24 0.83 0.4
Hex BA 69 11 0 2C 5B 1B 1F 53 28
Octal 272 151 21 0 54 133 33 37 123 50
Binary 10111010 1101001 10001 0 101100 1011011 11011 11111 1010011 101000

Color Harmonies of #BA6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6911

Black with #BA6911

Text Example


Text Example

White with #BA6911

Text Example


Text Example

HTML Codes & Css Web 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>