Html Css Color HEX #BA5E08 Tenne (Tawny)

📋 copy color: '#BA5E08'

red 186 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #BA5E08

Tints of Tenne (Tawny) #BA5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

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

R = 64.58%
G = 32.64%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5E08 (or 0xBA5E08) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 08. RGB value is (186,94,8). Sum of RGB (Red+Green+Blue) = 186+94+8=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E08 is #45A1F7. Grayscale: #707070. Windows color (decimal): -4563448 or 548538. OLE color: 548538.

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

Color convert

RGB 186 94 8 -
CMYK 0 0.49 0.96 0.27
HSL 28.99º 0.92% 0.38% -
HSV(B) 28.99º 0.96% 0.73% -
XYZ 24.3 18.46 2.51 -
YUV 111.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 186 94 8 0 0.49 0.96 0.27 28.99 0.92 0.38
Hex BA 5E 8 0 31 60 1B 1D 5C 26
Octal 272 136 10 0 61 140 33 35 134 46
Binary 10111010 1011110 1000 0 110001 1100000 11011 11101 1011100 100110

Color Harmonies of #BA5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E08

Black with #BA5E08

Text Example


Text Example

White with #BA5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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