Html Css Color HEX #BA540A Tenne (Tawny)

📋 copy color: '#BA540A'

red 186 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #BA540A

Tints of Tenne (Tawny) #BA540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 66.43%
G = 30%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA540A (or 0xBA540A) is known color: Tenne (Tawny). HEX triplet: BA, 54 and 0A. RGB value is (186,84,10). Sum of RGB (Red+Green+Blue) = 186+84+10=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA540A is #45ABF5. Grayscale: #6A6A6A. Windows color (decimal): -4566006 or 677050. OLE color: 677050.

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

Color convert

RGB 186 84 10 -
CMYK 0 0.55 0.95 0.27
HSL 25.23º 0.9% 0.38% -
HSV(B) 25.23º 0.95% 0.73% -
XYZ 23.47 16.8 2.29 -
YUV 106.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 186 84 10 0 0.55 0.95 0.27 25.23 0.9 0.38
Hex BA 54 A 0 37 5F 1B 19 5A 26
Octal 272 124 12 0 67 137 33 31 132 46
Binary 10111010 1010100 1010 0 110111 1011111 11011 11001 1011010 100110

Color Harmonies of #BA540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA540A

Black with #BA540A

Text Example


Text Example

White with #BA540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA540A; }

 p { color: rgb(186,84,10); }

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

background-color css

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

 a { background-color: rgb(186,84,10); }

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

border-color css

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

 span { border-color: rgb(186,84,10); }

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