Html Css Color HEX #BA5708 Tenne (Tawny)

📋 copy color: '#BA5708'

red 186 ◦ green 87 ◦ blue 8

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

Shades of Tenne (Tawny) #BA5708

Tints of Tenne (Tawny) #BA5708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

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

R = 66.19%
G = 30.96%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5708 (or 0xBA5708) is known color: Tenne (Tawny). HEX triplet: BA, 57 and 08. RGB value is (186,87,8). Sum of RGB (Red+Green+Blue) = 186+87+8=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5708 is #45A8F7. Grayscale: #6C6C6C. Windows color (decimal): -4565240 or 546746. OLE color: 546746.

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

Color convert

RGB 186 87 8 -
CMYK 0 0.53 0.96 0.27
HSL 26.63º 0.92% 0.38% -
HSV(B) 26.63º 0.96% 0.73% -
XYZ 23.7 17.27 2.31 -
YUV 107.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 186 87 8 0 0.53 0.96 0.27 26.63 0.92 0.38
Hex BA 57 8 0 35 60 1B 1B 5C 26
Octal 272 127 10 0 65 140 33 33 134 46
Binary 10111010 1010111 1000 0 110101 1100000 11011 11011 1011100 100110

Color Harmonies of #BA5708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5708

Black with #BA5708

Text Example


Text Example

White with #BA5708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5708; }

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

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

background-color css

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

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

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

border-color css

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

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

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