Html Css Color HEX #BA6602 Tenne (Tawny)

📋 copy color: '#BA6602'

red 186 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #BA6602

Tints of Tenne (Tawny) #BA6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

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

R = 64.14%
G = 35.17%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6602 (or 0xBA6602) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 02. RGB value is (186,102,2). Sum of RGB (Red+Green+Blue) = 186+102+2=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6602 is #4599FD. Grayscale: #747474. Windows color (decimal): -4561406 or 157370. OLE color: 157370.

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

Color convert

RGB 186 102 2 -
CMYK 0 0.45 0.99 0.27
HSL 32.61º 0.98% 0.37% -
HSV(B) 32.61º 0.99% 0.73% -
XYZ 25.01 19.95 2.59 -
YUV 115.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 186 102 2 0 0.45 0.99 0.27 32.61 0.98 0.37
Hex BA 66 2 0 2D 63 1B 21 62 25
Octal 272 146 2 0 55 143 33 41 142 45
Binary 10111010 1100110 10 0 101101 1100011 11011 100001 1100010 100101

Color Harmonies of #BA6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6602

Black with #BA6602

Text Example


Text Example

White with #BA6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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