Html Css Color HEX #BA5D08 Tenne (Tawny)

📋 copy color: '#BA5D08'

red 186 ◦ green 93 ◦ blue 8

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

Shades of Tenne (Tawny) #BA5D08

Tints of Tenne (Tawny) #BA5D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

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

R = 64.81%
G = 32.4%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5D08 (or 0xBA5D08) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 08. RGB value is (186,93,8). Sum of RGB (Red+Green+Blue) = 186+93+8=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D08 is #45A2F7. Grayscale: #6F6F6F. Windows color (decimal): -4563704 or 548282. OLE color: 548282.

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

Color convert

RGB 186 93 8 -
CMYK 0 0.5 0.96 0.27
HSL 28.65º 0.92% 0.38% -
HSV(B) 28.65º 0.96% 0.73% -
XYZ 24.21 18.29 2.48 -
YUV 111.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 186 93 8 0 0.5 0.96 0.27 28.65 0.92 0.38
Hex BA 5D 8 0 32 60 1B 1D 5C 26
Octal 272 135 10 0 62 140 33 35 134 46
Binary 10111010 1011101 1000 0 110010 1100000 11011 11101 1011100 100110

Color Harmonies of #BA5D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D08

Black with #BA5D08

Text Example


Text Example

White with #BA5D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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