Html Css Color HEX #BA6A0F Ochre

📋 copy color: '#BA6A0F'

red 186 ◦ green 106 ◦ blue 15

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

Shades of Ochre #BA6A0F

Tints of Ochre #BA6A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 60.59%
G = 34.53%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA6A0F (or 0xBA6A0F) is known color: Ochre. HEX triplet: BA, 6A and 0F. RGB value is (186,106,15). Sum of RGB (Red+Green+Blue) = 186+106+15=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A0F is #4595F0. Grayscale: #777777. Windows color (decimal): -4560369 or 1010362. OLE color: 1010362.

HSL color Cylindrical-coordinate representation of color #BA6A0F: hue angle of 31.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA6A0F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 15 -
CMYK 0 0.43 0.92 0.27
HSL 31.93º 0.85% 0.39% -
HSV(B) 31.93º 0.92% 0.73% -
XYZ 25.49 20.78 3.12 -
YUV 119.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 186 106 15 0 0.43 0.92 0.27 31.93 0.85 0.39
Hex BA 6A F 0 2B 5C 1B 20 55 27
Octal 272 152 17 0 53 134 33 40 125 47
Binary 10111010 1101010 1111 0 101011 1011100 11011 100000 1010101 100111

Color Harmonies of #BA6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A0F

Black with #BA6A0F

Text Example


Text Example

White with #BA6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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