Html Css Color HEX #BA5D03 Tenne (Tawny)

📋 copy color: '#BA5D03'

red 186 ◦ green 93 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5D03

Tints of Tenne (Tawny) #BA5D03

RGB

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

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

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

R = 65.96%
G = 32.98%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5D03 (or 0xBA5D03) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 03. RGB value is (186,93,3). Sum of RGB (Red+Green+Blue) = 186+93+3=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D03 is #45A2FC. Grayscale: #6E6E6E. Windows color (decimal): -4563709 or 220602. OLE color: 220602.

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

Color convert

RGB 186 93 3 -
CMYK 0 0.5 0.98 0.27
HSL 29.51º 0.97% 0.37% -
HSV(B) 29.51º 0.98% 0.73% -
XYZ 24.18 18.27 2.34 -
YUV 110.55 67.31 181.82 -
System Red Green Blue C M Y K H S L
Decimal 186 93 3 0 0.5 0.98 0.27 29.51 0.97 0.37
Hex BA 5D 3 0 32 62 1B 1E 61 25
Octal 272 135 3 0 62 142 33 36 141 45
Binary 10111010 1011101 11 0 110010 1100010 11011 11110 1100001 100101

Color Harmonies of #BA5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D03

Black with #BA5D03

Text Example


Text Example

White with #BA5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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