Html Css Color HEX #BA5A08 Tenne (Tawny)

📋 copy color: '#BA5A08'

red 186 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #BA5A08

Tints of Tenne (Tawny) #BA5A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

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

R = 65.49%
G = 31.69%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5A08 (or 0xBA5A08) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 08. RGB value is (186,90,8). Sum of RGB (Red+Green+Blue) = 186+90+8=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A08 is #45A5F7. Grayscale: #6D6D6D. Windows color (decimal): -4564472 or 547514. OLE color: 547514.

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

Color convert

RGB 186 90 8 -
CMYK 0 0.52 0.96 0.27
HSL 27.64º 0.92% 0.38% -
HSV(B) 27.64º 0.96% 0.73% -
XYZ 23.95 17.77 2.4 -
YUV 109.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 186 90 8 0 0.52 0.96 0.27 27.64 0.92 0.38
Hex BA 5A 8 0 34 60 1B 1C 5C 26
Octal 272 132 10 0 64 140 33 34 134 46
Binary 10111010 1011010 1000 0 110100 1100000 11011 11100 1011100 100110

Color Harmonies of #BA5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A08

Black with #BA5A08

Text Example


Text Example

White with #BA5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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