Html Css Color HEX #BA5805 Tenne (Tawny)

📋 copy color: '#BA5805'

red 186 ◦ green 88 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5805

Tints of Tenne (Tawny) #BA5805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 66.67%
G = 31.54%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5805 (or 0xBA5805) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 05. RGB value is (186,88,5). Sum of RGB (Red+Green+Blue) = 186+88+5=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5805 is #45A7FA. Grayscale: #6C6C6C. Windows color (decimal): -4564987 or 350394. OLE color: 350394.

HSL color Cylindrical-coordinate representation of color #BA5805: hue angle of 27.51º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5805 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 5 -
CMYK 0 0.53 0.97 0.27
HSL 27.51º 0.95% 0.37% -
HSV(B) 27.51º 0.97% 0.73% -
XYZ 23.77 17.43 2.26 -
YUV 107.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 186 88 5 0 0.53 0.97 0.27 27.51 0.95 0.37
Hex BA 58 5 0 35 61 1B 1C 5F 25
Octal 272 130 5 0 65 141 33 34 137 45
Binary 10111010 1011000 101 0 110101 1100001 11011 11100 1011111 100101

Color Harmonies of #BA5805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5805

Black with #BA5805

Text Example


Text Example

White with #BA5805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5805; }

 p { color: rgb(186,88,5); }

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

background-color css

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

 a { background-color: rgb(186,88,5); }

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

border-color css

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

 span { border-color: rgb(186,88,5); }

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