Html Css Color HEX #BA5E03 Tenne (Tawny)

📋 copy color: '#BA5E03'

red 186 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5E03

Tints of Tenne (Tawny) #BA5E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 65.72%
G = 33.22%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5E03 (or 0xBA5E03) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 03. RGB value is (186,94,3). Sum of RGB (Red+Green+Blue) = 186+94+3=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E03 is #45A1FC. Grayscale: #6F6F6F. Windows color (decimal): -4563453 or 220858. OLE color: 220858.

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

Color convert

RGB 186 94 3 -
CMYK 0 0.49 0.98 0.27
HSL 29.84º 0.97% 0.37% -
HSV(B) 29.84º 0.98% 0.73% -
XYZ 24.27 18.45 2.37 -
YUV 111.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 186 94 3 0 0.49 0.98 0.27 29.84 0.97 0.37
Hex BA 5E 3 0 31 62 1B 1E 61 25
Octal 272 136 3 0 61 142 33 36 141 45
Binary 10111010 1011110 11 0 110001 1100010 11011 11110 1100001 100101

Color Harmonies of #BA5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E03

Black with #BA5E03

Text Example


Text Example

White with #BA5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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