Html Css Color HEX #BA5B04 Tenne (Tawny)

📋 copy color: '#BA5B04'

red 186 ◦ green 91 ◦ blue 4

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

Shades of Tenne (Tawny) #BA5B04

Tints of Tenne (Tawny) #BA5B04

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 66.19%
G = 32.38%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5B04 (or 0xBA5B04) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 04. RGB value is (186,91,4). Sum of RGB (Red+Green+Blue) = 186+91+4=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B04 is #45A4FB. Grayscale: #6D6D6D. Windows color (decimal): -4564220 or 285626. OLE color: 285626.

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

Color convert

RGB 186 91 4 -
CMYK 0 0.51 0.98 0.27
HSL 28.68º 0.96% 0.37% -
HSV(B) 28.68º 0.98% 0.73% -
XYZ 24.01 17.93 2.31 -
YUV 109.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 186 91 4 0 0.51 0.98 0.27 28.68 0.96 0.37
Hex BA 5B 4 0 33 62 1B 1D 60 25
Octal 272 133 4 0 63 142 33 35 140 45
Binary 10111010 1011011 100 0 110011 1100010 11011 11101 1100000 100101

Color Harmonies of #BA5B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B04

Black with #BA5B04

Text Example


Text Example

White with #BA5B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B04; }

 p { color: rgb(186,91,4); }

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

background-color css

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

 a { background-color: rgb(186,91,4); }

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

border-color css

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

 span { border-color: rgb(186,91,4); }

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