Html Css Color HEX #BA5002 Tenne (Tawny)

📋 copy color: '#BA5002'

red 186 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #BA5002

Tints of Tenne (Tawny) #BA5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 69.4%
G = 29.85%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5002 (or 0xBA5002) is known color: Tenne (Tawny). HEX triplet: BA, 50 and 02. RGB value is (186,80,2). Sum of RGB (Red+Green+Blue) = 186+80+2=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5002 is #45AFFD. Grayscale: #676767. Windows color (decimal): -4567038 or 151738. OLE color: 151738.

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

Color convert

RGB 186 80 2 -
CMYK 0 0.57 0.99 0.27
HSL 25.43º 0.98% 0.37% -
HSV(B) 25.43º 0.99% 0.73% -
XYZ 23.13 16.18 1.96 -
YUV 102.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 186 80 2 0 0.57 0.99 0.27 25.43 0.98 0.37
Hex BA 50 2 0 39 63 1B 19 62 25
Octal 272 120 2 0 71 143 33 31 142 45
Binary 10111010 1010000 10 0 111001 1100011 11011 11001 1100010 100101

Color Harmonies of #BA5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5002

Black with #BA5002

Text Example


Text Example

White with #BA5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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