Html Css Color HEX #BA5C03 Tenne (Tawny)

📋 copy color: '#BA5C03'

red 186 ◦ green 92 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5C03

Tints of Tenne (Tawny) #BA5C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

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

R = 66.19%
G = 32.74%
B = 1.07%

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

#BA5C03 (or 0xBA5C03) is known color: Tenne (Tawny). HEX triplet: BA, 5C and 03. RGB value is (186,92,3). Sum of RGB (Red+Green+Blue) = 186+92+3=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C03 is #45A3FC. Grayscale: #6E6E6E. Windows color (decimal): -4563965 or 220346. OLE color: 220346.

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

Color convert

RGB 186 92 3 -
CMYK 0 0.51 0.98 0.27
HSL 29.18º 0.97% 0.37% -
HSV(B) 29.18º 0.98% 0.73% -
XYZ 24.09 18.1 2.31 -
YUV 109.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 186 92 3 0 0.51 0.98 0.27 29.18 0.97 0.37
Hex BA 5C 3 0 33 62 1B 1D 61 25
Octal 272 134 3 0 63 142 33 35 141 45
Binary 10111010 1011100 11 0 110011 1100010 11011 11101 1100001 100101

Color Harmonies of #BA5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C03

Black with #BA5C03

Text Example


Text Example

White with #BA5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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