Html Css Color HEX #BA640B Tenne (Tawny)

📋 copy color: '#BA640B'

red 186 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #BA640B

Tints of Tenne (Tawny) #BA640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 62.63%
G = 33.67%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA640B (or 0xBA640B) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 0B. RGB value is (186,100,11). Sum of RGB (Red+Green+Blue) = 186+100+11=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA640B is #459BF4. Grayscale: #747474. Windows color (decimal): -4561909 or 746682. OLE color: 746682.

HSL color Cylindrical-coordinate representation of color #BA640B: hue angle of 30.51º degrees, saturation: 0.89, 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 #BA640B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 100 11 -
CMYK 0 0.46 0.94 0.27
HSL 30.51º 0.89% 0.39% -
HSV(B) 30.51º 0.94% 0.73% -
XYZ 24.87 19.58 2.78 -
YUV 115.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 186 100 11 0 0.46 0.94 0.27 30.51 0.89 0.39
Hex BA 64 B 0 2E 5E 1B 1F 59 27
Octal 272 144 13 0 56 136 33 37 131 47
Binary 10111010 1100100 1011 0 101110 1011110 11011 11111 1011001 100111

Color Harmonies of #BA640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA640B

Black with #BA640B

Text Example


Text Example

White with #BA640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA640B; }

 p { color: rgb(186,100,11); }

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

background-color css

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

 a { background-color: rgb(186,100,11); }

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

border-color css

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

 span { border-color: rgb(186,100,11); }

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