Html Css Color HEX #BA5705 Tenne (Tawny)

📋 copy color: '#BA5705'

red 186 ◦ green 87 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5705

Tints of Tenne (Tawny) #BA5705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 66.91%
G = 31.29%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5705 (or 0xBA5705) is known color: Tenne (Tawny). HEX triplet: BA, 57 and 05. RGB value is (186,87,5). Sum of RGB (Red+Green+Blue) = 186+87+5=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5705 is #45A8FA. Grayscale: #6B6B6B. Windows color (decimal): -4565243 or 350138. OLE color: 350138.

HSL color Cylindrical-coordinate representation of color #BA5705: hue angle of 27.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5705 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 5 -
CMYK 0 0.53 0.97 0.27
HSL 27.18º 0.95% 0.37% -
HSV(B) 27.18º 0.97% 0.73% -
XYZ 23.69 17.27 2.23 -
YUV 107.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 186 87 5 0 0.53 0.97 0.27 27.18 0.95 0.37
Hex BA 57 5 0 35 61 1B 1B 5F 25
Octal 272 127 5 0 65 141 33 33 137 45
Binary 10111010 1010111 101 0 110101 1100001 11011 11011 1011111 100101

Color Harmonies of #BA5705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5705

Black with #BA5705

Text Example


Text Example

White with #BA5705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5705; }

 p { color: rgb(186,87,5); }

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

background-color css

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

 a { background-color: rgb(186,87,5); }

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

border-color css

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

 span { border-color: rgb(186,87,5); }

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