Html Css Color HEX #BA6005 Tenne (Tawny)

📋 copy color: '#BA6005'

red 186 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #BA6005

Tints of Tenne (Tawny) #BA6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

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

R = 64.81%
G = 33.45%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6005 (or 0xBA6005) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 05. RGB value is (186,96,5). Sum of RGB (Red+Green+Blue) = 186+96+5=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6005 is #459FFA. Grayscale: #707070. Windows color (decimal): -4562939 or 352442. OLE color: 352442.

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

Color convert

RGB 186 96 5 -
CMYK 0 0.48 0.97 0.27
HSL 30.17º 0.95% 0.37% -
HSV(B) 30.17º 0.97% 0.73% -
XYZ 24.46 18.82 2.49 -
YUV 112.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 186 96 5 0 0.48 0.97 0.27 30.17 0.95 0.37
Hex BA 60 5 0 30 61 1B 1E 5F 25
Octal 272 140 5 0 60 141 33 36 137 45
Binary 10111010 1100000 101 0 110000 1100001 11011 11110 1011111 100101

Color Harmonies of #BA6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6005

Black with #BA6005

Text Example


Text Example

White with #BA6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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