Html Css Color HEX #BA6B12 Ochre

📋 copy color: '#BA6B12'

red 186 ◦ green 107 ◦ blue 18

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

Shades of Ochre #BA6B12

Tints of Ochre #BA6B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.41%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 59.81%
G = 34.41%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6B12 (or 0xBA6B12) is known color: Ochre. HEX triplet: BA, 6B and 12. RGB value is (186,107,18). Sum of RGB (Red+Green+Blue) = 186+107+18=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B12 is #4594ED. Grayscale: #787878. Windows color (decimal): -4560110 or 1207226. OLE color: 1207226.

HSL color Cylindrical-coordinate representation of color #BA6B12: hue angle of 31.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA6B12 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 18 -
CMYK 0 0.42 0.90 0.27
HSL 31.79º 0.82% 0.4% -
HSV(B) 31.79º 0.9% 0.73% -
XYZ 25.62 21 3.28 -
YUV 120.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 186 107 18 0 0.42 0.90 0.27 31.79 0.82 0.4
Hex BA 6B 12 0 2A 5A 1B 20 52 28
Octal 272 153 22 0 52 132 33 40 122 50
Binary 10111010 1101011 10010 0 101010 1011010 11011 100000 1010010 101000

Color Harmonies of #BA6B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B12

Black with #BA6B12

Text Example


Text Example

White with #BA6B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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