Html Css Color HEX #BA5207 Tenne (Tawny)

📋 copy color: '#BA5207'

red 186 ◦ green 82 ◦ blue 7

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

Shades of Tenne (Tawny) #BA5207

Tints of Tenne (Tawny) #BA5207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 67.64%
G = 29.82%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5207 (or 0xBA5207) is known color: Tenne (Tawny). HEX triplet: BA, 52 and 07. RGB value is (186,82,7). Sum of RGB (Red+Green+Blue) = 186+82+7=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5207 is #45ADF8. Grayscale: #686868. Windows color (decimal): -4566521 or 479930. OLE color: 479930.

HSL color Cylindrical-coordinate representation of color #BA5207: hue angle of 25.14º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA5207 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 7 -
CMYK 0 0.56 0.96 0.27
HSL 25.14º 0.93% 0.38% -
HSV(B) 25.14º 0.96% 0.73% -
XYZ 23.31 16.49 2.16 -
YUV 104.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 186 82 7 0 0.56 0.96 0.27 25.14 0.93 0.38
Hex BA 52 7 0 38 60 1B 19 5D 26
Octal 272 122 7 0 70 140 33 31 135 46
Binary 10111010 1010010 111 0 111000 1100000 11011 11001 1011101 100110

Color Harmonies of #BA5207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5207

Black with #BA5207

Text Example


Text Example

White with #BA5207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5207; }

 p { color: rgb(186,82,7); }

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

background-color css

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

 a { background-color: rgb(186,82,7); }

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

border-color css

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

 span { border-color: rgb(186,82,7); }

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