Html Css Color HEX #BA6308 Tenne (Tawny)

📋 copy color: '#BA6308'

red 186 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #BA6308

Tints of Tenne (Tawny) #BA6308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

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

R = 63.48%
G = 33.79%
B = 2.73%

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

#BA6308 (or 0xBA6308) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 08. RGB value is (186,99,8). Sum of RGB (Red+Green+Blue) = 186+99+8=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6308 is #459CF7. Grayscale: #737373. Windows color (decimal): -4562168 or 549818. OLE color: 549818.

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

Color convert

RGB 186 99 8 -
CMYK 0 0.47 0.96 0.27
HSL 30.67º 0.92% 0.38% -
HSV(B) 30.67º 0.96% 0.73% -
XYZ 24.76 19.38 2.67 -
YUV 114.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 186 99 8 0 0.47 0.96 0.27 30.67 0.92 0.38
Hex BA 63 8 0 2F 60 1B 1F 5C 26
Octal 272 143 10 0 57 140 33 37 134 46
Binary 10111010 1100011 1000 0 101111 1100000 11011 11111 1011100 100110

Color Harmonies of #BA6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6308

Black with #BA6308

Text Example


Text Example

White with #BA6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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