Html Css Color HEX #BA6A02 Tenne (Tawny)

📋 copy color: '#BA6A02'

red 186 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #BA6A02

Tints of Tenne (Tawny) #BA6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

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

R = 63.27%
G = 36.05%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6A02 (or 0xBA6A02) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 02. RGB value is (186,106,2). Sum of RGB (Red+Green+Blue) = 186+106+2=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A02 is #4595FD. Grayscale: #767676. Windows color (decimal): -4560382 or 158394. OLE color: 158394.

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

Color convert

RGB 186 106 2 -
CMYK 0 0.43 0.99 0.27
HSL 33.91º 0.98% 0.37% -
HSV(B) 33.91º 0.99% 0.73% -
XYZ 25.41 20.75 2.72 -
YUV 118.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 186 106 2 0 0.43 0.99 0.27 33.91 0.98 0.37
Hex BA 6A 2 0 2B 63 1B 22 62 25
Octal 272 152 2 0 53 143 33 42 142 45
Binary 10111010 1101010 10 0 101011 1100011 11011 100010 1100010 100101

Color Harmonies of #BA6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A02

Black with #BA6A02

Text Example


Text Example

White with #BA6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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