Html Css Color HEX #BA590B Tenne (Tawny)

📋 copy color: '#BA590B'

red 186 ◦ green 89 ◦ blue 11

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

Shades of Tenne (Tawny) #BA590B

Tints of Tenne (Tawny) #BA590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 65.03%
G = 31.12%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA590B (or 0xBA590B) is known color: Tenne (Tawny). HEX triplet: BA, 59 and 0B. RGB value is (186,89,11). Sum of RGB (Red+Green+Blue) = 186+89+11=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA590B is #45A6F4. Grayscale: #6D6D6D. Windows color (decimal): -4564725 or 743866. OLE color: 743866.

HSL color Cylindrical-coordinate representation of color #BA590B: hue angle of 26.74º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA590B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 11 -
CMYK 0 0.52 0.94 0.27
HSL 26.74º 0.89% 0.39% -
HSV(B) 26.74º 0.94% 0.73% -
XYZ 23.88 17.61 2.46 -
YUV 109.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 186 89 11 0 0.52 0.94 0.27 26.74 0.89 0.39
Hex BA 59 B 0 34 5E 1B 1B 59 27
Octal 272 131 13 0 64 136 33 33 131 47
Binary 10111010 1011001 1011 0 110100 1011110 11011 11011 1011001 100111

Color Harmonies of #BA590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA590B

Black with #BA590B

Text Example


Text Example

White with #BA590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA590B; }

 p { color: rgb(186,89,11); }

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

background-color css

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

 a { background-color: rgb(186,89,11); }

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

border-color css

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

 span { border-color: rgb(186,89,11); }

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