Html Css Color HEX #BA5502 Tenne (Tawny)

📋 copy color: '#BA5502'

red 186 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #BA5502

Tints of Tenne (Tawny) #BA5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 68.13%
G = 31.14%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5502 (or 0xBA5502) is known color: Tenne (Tawny). HEX triplet: BA, 55 and 02. RGB value is (186,85,2). Sum of RGB (Red+Green+Blue) = 186+85+2=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5502 is #45AAFD. Grayscale: #6A6A6A. Windows color (decimal): -4565758 or 153018. OLE color: 153018.

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

Color convert

RGB 186 85 2 -
CMYK 0 0.54 0.99 0.27
HSL 27.07º 0.98% 0.37% -
HSV(B) 27.07º 0.99% 0.73% -
XYZ 23.51 16.94 2.09 -
YUV 105.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 186 85 2 0 0.54 0.99 0.27 27.07 0.98 0.37
Hex BA 55 2 0 36 63 1B 1B 62 25
Octal 272 125 2 0 66 143 33 33 142 45
Binary 10111010 1010101 10 0 110110 1100011 11011 11011 1100010 100101

Color Harmonies of #BA5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5502

Black with #BA5502

Text Example


Text Example

White with #BA5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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