Html Css Color HEX #BA5001 Tenne (Tawny)

📋 copy color: '#BA5001'

red 186 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #BA5001

Tints of Tenne (Tawny) #BA5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 69.66%
G = 29.96%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5001 (or 0xBA5001) is known color: Tenne (Tawny). HEX triplet: BA, 50 and 01. RGB value is (186,80,1). Sum of RGB (Red+Green+Blue) = 186+80+1=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5001 is #45AFFE. Grayscale: #676767. Windows color (decimal): -4567039 or 86202. OLE color: 86202.

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

Color convert

RGB 186 80 1 -
CMYK 0 0.57 0.99 0.27
HSL 25.62º 0.99% 0.37% -
HSV(B) 25.62º 0.99% 0.73% -
XYZ 23.12 16.18 1.93 -
YUV 102.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 186 80 1 0 0.57 0.99 0.27 25.62 0.99 0.37
Hex BA 50 1 0 39 63 1B 1A 63 25
Octal 272 120 1 0 71 143 33 32 143 45
Binary 10111010 1010000 1 0 111001 1100011 11011 11010 1100011 100101

Color Harmonies of #BA5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5001

Black with #BA5001

Text Example


Text Example

White with #BA5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5001; }

 p { color: rgb(186,80,1); }

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

background-color css

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

 a { background-color: rgb(186,80,1); }

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

border-color css

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

 span { border-color: rgb(186,80,1); }

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