Html Css Color HEX #BA6208 Tenne (Tawny)

📋 copy color: '#BA6208'

red 186 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #BA6208

Tints of Tenne (Tawny) #BA6208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 63.7%
G = 33.56%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6208 (or 0xBA6208) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 08. RGB value is (186,98,8). Sum of RGB (Red+Green+Blue) = 186+98+8=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6208 is #459DF7. Grayscale: #727272. Windows color (decimal): -4562424 or 549562. OLE color: 549562.

HSL color Cylindrical-coordinate representation of color #BA6208: hue angle of 30.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA6208 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 8 -
CMYK 0 0.47 0.96 0.27
HSL 30.34º 0.92% 0.38% -
HSV(B) 30.34º 0.96% 0.73% -
XYZ 24.66 19.19 2.63 -
YUV 114.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 186 98 8 0 0.47 0.96 0.27 30.34 0.92 0.38
Hex BA 62 8 0 2F 60 1B 1E 5C 26
Octal 272 142 10 0 57 140 33 36 134 46
Binary 10111010 1100010 1000 0 101111 1100000 11011 11110 1011100 100110

Color Harmonies of #BA6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6208

Black with #BA6208

Text Example


Text Example

White with #BA6208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6208; }

 p { color: rgb(186,98,8); }

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

background-color css

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

 a { background-color: rgb(186,98,8); }

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

border-color css

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

 span { border-color: rgb(186,98,8); }

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