Html Css Color HEX #BA660C Tenne (Tawny)

📋 copy color: '#BA660C'

red 186 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #BA660C

Tints of Tenne (Tawny) #BA660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 62%
G = 34%
B = 4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA660C (or 0xBA660C) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 0C. RGB value is (186,102,12). Sum of RGB (Red+Green+Blue) = 186+102+12=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660C is #4599F3. Grayscale: #757575. Windows color (decimal): -4561396 or 812730. OLE color: 812730.

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

Color convert

RGB 186 102 12 -
CMYK 0 0.45 0.94 0.27
HSL 31.03º 0.88% 0.39% -
HSV(B) 31.03º 0.94% 0.73% -
XYZ 25.07 19.97 2.88 -
YUV 116.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 186 102 12 0 0.45 0.94 0.27 31.03 0.88 0.39
Hex BA 66 C 0 2D 5E 1B 1F 58 27
Octal 272 146 14 0 55 136 33 37 130 47
Binary 10111010 1100110 1100 0 101101 1011110 11011 11111 1011000 100111

Color Harmonies of #BA660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA660C

Black with #BA660C

Text Example


Text Example

White with #BA660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA660C; }

 p { color: rgb(186,102,12); }

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

background-color css

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

 a { background-color: rgb(186,102,12); }

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

border-color css

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

 span { border-color: rgb(186,102,12); }

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