Html Css Color HEX #BA6A12 Ochre

📋 copy color: '#BA6A12'

red 186 ◦ green 106 ◦ blue 18

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

Shades of Ochre #BA6A12

Tints of Ochre #BA6A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 60%
G = 34.19%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6A12 (or 0xBA6A12) is known color: Ochre. HEX triplet: BA, 6A and 12. RGB value is (186,106,18). Sum of RGB (Red+Green+Blue) = 186+106+18=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A12 is #4595ED. Grayscale: #787878. Windows color (decimal): -4560366 or 1206970. OLE color: 1206970.

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

Color convert

RGB 186 106 18 -
CMYK 0 0.43 0.90 0.27
HSL 31.43º 0.82% 0.4% -
HSV(B) 31.43º 0.9% 0.73% -
XYZ 25.51 20.79 3.24 -
YUV 119.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 186 106 18 0 0.43 0.90 0.27 31.43 0.82 0.4
Hex BA 6A 12 0 2B 5A 1B 1F 52 28
Octal 272 152 22 0 53 132 33 37 122 50
Binary 10111010 1101010 10010 0 101011 1011010 11011 11111 1010010 101000

Color Harmonies of #BA6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A12

Black with #BA6A12

Text Example


Text Example

White with #BA6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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