Html Css Color HEX #BA670B Tenne (Tawny)

📋 copy color: '#BA670B'

red 186 ◦ green 103 ◦ blue 11

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

Shades of Tenne (Tawny) #BA670B

Tints of Tenne (Tawny) #BA670B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 62%
G = 34.33%
B = 3.67%

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

#BA670B (or 0xBA670B) is known color: Tenne (Tawny). HEX triplet: BA, 67 and 0B. RGB value is (186,103,11). Sum of RGB (Red+Green+Blue) = 186+103+11=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA670B is #4598F4. Grayscale: #757575. Windows color (decimal): -4561141 or 747450. OLE color: 747450.

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

Color convert

RGB 186 103 11 -
CMYK 0 0.45 0.94 0.27
HSL 31.54º 0.89% 0.39% -
HSV(B) 31.54º 0.94% 0.73% -
XYZ 25.16 20.16 2.88 -
YUV 117.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 186 103 11 0 0.45 0.94 0.27 31.54 0.89 0.39
Hex BA 67 B 0 2D 5E 1B 20 59 27
Octal 272 147 13 0 55 136 33 40 131 47
Binary 10111010 1100111 1011 0 101101 1011110 11011 100000 1011001 100111

Color Harmonies of #BA670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA670B

Black with #BA670B

Text Example


Text Example

White with #BA670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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