Html Css Color HEX #BA5801 Tenne (Tawny)

📋 copy color: '#BA5801'

red 186 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #BA5801

Tints of Tenne (Tawny) #BA5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 67.64%
G = 32%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5801 (or 0xBA5801) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 01. RGB value is (186,88,1). Sum of RGB (Red+Green+Blue) = 186+88+1=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5801 is #45A7FE. Grayscale: #6B6B6B. Windows color (decimal): -4564991 or 88250. OLE color: 88250.

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

Color convert

RGB 186 88 1 -
CMYK 0 0.53 0.99 0.27
HSL 28.22º 0.99% 0.37% -
HSV(B) 28.22º 0.99% 0.73% -
XYZ 23.74 17.42 2.14 -
YUV 107.38 67.97 184.07 -
System Red Green Blue C M Y K H S L
Decimal 186 88 1 0 0.53 0.99 0.27 28.22 0.99 0.37
Hex BA 58 1 0 35 63 1B 1C 63 25
Octal 272 130 1 0 65 143 33 34 143 45
Binary 10111010 1011000 1 0 110101 1100011 11011 11100 1100011 100101

Color Harmonies of #BA5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5801

Black with #BA5801

Text Example


Text Example

White with #BA5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5801; }

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

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

background-color css

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

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

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

border-color css

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

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

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