Html Css Color HEX #BA5605 Tenne (Tawny)

📋 copy color: '#BA5605'

red 186 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5605

Tints of Tenne (Tawny) #BA5605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 67.15%
G = 31.05%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5605 (or 0xBA5605) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 05. RGB value is (186,86,5). Sum of RGB (Red+Green+Blue) = 186+86+5=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5605 is #45A9FA. Grayscale: #6B6B6B. Windows color (decimal): -4565499 or 349882. OLE color: 349882.

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

Color convert

RGB 186 86 5 -
CMYK 0 0.54 0.97 0.27
HSL 26.85º 0.95% 0.37% -
HSV(B) 26.85º 0.97% 0.73% -
XYZ 23.6 17.11 2.2 -
YUV 106.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 186 86 5 0 0.54 0.97 0.27 26.85 0.95 0.37
Hex BA 56 5 0 36 61 1B 1B 5F 25
Octal 272 126 5 0 66 141 33 33 137 45
Binary 10111010 1010110 101 0 110110 1100001 11011 11011 1011111 100101

Color Harmonies of #BA5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5605

Black with #BA5605

Text Example


Text Example

White with #BA5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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