Html Css Color HEX #BA6D12 Ochre

📋 copy color: '#BA6D12'

red 186 ◦ green 109 ◦ blue 18

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

Shades of Ochre #BA6D12

Tints of Ochre #BA6D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

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

R = 59.42%
G = 34.82%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6D12 (or 0xBA6D12) is known color: Ochre. HEX triplet: BA, 6D and 12. RGB value is (186,109,18). Sum of RGB (Red+Green+Blue) = 186+109+18=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D12 is #4592ED. Grayscale: #7A7A7A. Windows color (decimal): -4559598 or 1207738. OLE color: 1207738.

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

Color convert

RGB 186 109 18 -
CMYK 0 0.41 0.90 0.27
HSL 32.5º 0.82% 0.4% -
HSV(B) 32.5º 0.9% 0.73% -
XYZ 25.83 21.42 3.35 -
YUV 121.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 186 109 18 0 0.41 0.90 0.27 32.5 0.82 0.4
Hex BA 6D 12 0 29 5A 1B 20 52 28
Octal 272 155 22 0 51 132 33 40 122 50
Binary 10111010 1101101 10010 0 101001 1011010 11011 100000 1010010 101000

Color Harmonies of #BA6D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D12

Black with #BA6D12

Text Example


Text Example

White with #BA6D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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