Html Css Color HEX #BA6902 Tenne (Tawny)

📋 copy color: '#BA6902'

red 186 ◦ green 105 ◦ blue 2

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

Shades of Tenne (Tawny) #BA6902

Tints of Tenne (Tawny) #BA6902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 63.48%
G = 35.84%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6902 (or 0xBA6902) is known color: Tenne (Tawny). HEX triplet: BA, 69 and 02. RGB value is (186,105,2). Sum of RGB (Red+Green+Blue) = 186+105+2=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6902 is #4596FD. Grayscale: #757575. Windows color (decimal): -4560638 or 158138. OLE color: 158138.

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

Color convert

RGB 186 105 2 -
CMYK 0 0.44 0.99 0.27
HSL 33.59º 0.98% 0.37% -
HSV(B) 33.59º 0.99% 0.73% -
XYZ 25.31 20.55 2.69 -
YUV 117.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 186 105 2 0 0.44 0.99 0.27 33.59 0.98 0.37
Hex BA 69 2 0 2C 63 1B 22 62 25
Octal 272 151 2 0 54 143 33 42 142 45
Binary 10111010 1101001 10 0 101100 1100011 11011 100010 1100010 100101

Color Harmonies of #BA6902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6902

Black with #BA6902

Text Example


Text Example

White with #BA6902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6902; }

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

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

background-color css

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

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

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

border-color css

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

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

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