Html Css Color HEX #BA690F Ochre

📋 copy color: '#BA690F'

red 186 ◦ green 105 ◦ blue 15

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

Shades of Ochre #BA690F

Tints of Ochre #BA690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 60.78%
G = 34.31%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA690F (or 0xBA690F) is known color: Ochre. HEX triplet: BA, 69 and 0F. RGB value is (186,105,15). Sum of RGB (Red+Green+Blue) = 186+105+15=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA690F is #4596F0. Grayscale: #777777. Windows color (decimal): -4560625 or 1010106. OLE color: 1010106.

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

Color convert

RGB 186 105 15 -
CMYK 0 0.44 0.92 0.27
HSL 31.58º 0.85% 0.39% -
HSV(B) 31.58º 0.92% 0.73% -
XYZ 25.39 20.58 3.09 -
YUV 118.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 186 105 15 0 0.44 0.92 0.27 31.58 0.85 0.39
Hex BA 69 F 0 2C 5C 1B 20 55 27
Octal 272 151 17 0 54 134 33 40 125 47
Binary 10111010 1101001 1111 0 101100 1011100 11011 100000 1010101 100111

Color Harmonies of #BA690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA690F

Black with #BA690F

Text Example


Text Example

White with #BA690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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