Html Css Color HEX #BA5902 Tenne (Tawny)

📋 copy color: '#BA5902'

red 186 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #BA5902

Tints of Tenne (Tawny) #BA5902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 67.15%
G = 32.13%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5902 (or 0xBA5902) is known color: Tenne (Tawny). HEX triplet: BA, 59 and 02. RGB value is (186,89,2). Sum of RGB (Red+Green+Blue) = 186+89+2=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5902 is #45A6FD. Grayscale: #6C6C6C. Windows color (decimal): -4564734 or 154042. OLE color: 154042.

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

Color convert

RGB 186 89 2 -
CMYK 0 0.52 0.99 0.27
HSL 28.37º 0.98% 0.37% -
HSV(B) 28.37º 0.99% 0.73% -
XYZ 23.83 17.59 2.2 -
YUV 108.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 186 89 2 0 0.52 0.99 0.27 28.37 0.98 0.37
Hex BA 59 2 0 34 63 1B 1C 62 25
Octal 272 131 2 0 64 143 33 34 142 45
Binary 10111010 1011001 10 0 110100 1100011 11011 11100 1100010 100101

Color Harmonies of #BA5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5902

Black with #BA5902

Text Example


Text Example

White with #BA5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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