Html Css Color HEX #BA6003 Tenne (Tawny)

📋 copy color: '#BA6003'

red 186 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #BA6003

Tints of Tenne (Tawny) #BA6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 65.26%
G = 33.68%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6003 (or 0xBA6003) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 03. RGB value is (186,96,3). Sum of RGB (Red+Green+Blue) = 186+96+3=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6003 is #459FFC. Grayscale: #707070. Windows color (decimal): -4562941 or 221370. OLE color: 221370.

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

Color convert

RGB 186 96 3 -
CMYK 0 0.48 0.98 0.27
HSL 30.49º 0.97% 0.37% -
HSV(B) 30.49º 0.98% 0.73% -
XYZ 24.45 18.81 2.43 -
YUV 112.31 66.32 180.56 -
System Red Green Blue C M Y K H S L
Decimal 186 96 3 0 0.48 0.98 0.27 30.49 0.97 0.37
Hex BA 60 3 0 30 62 1B 1E 61 25
Octal 272 140 3 0 60 142 33 36 141 45
Binary 10111010 1100000 11 0 110000 1100010 11011 11110 1100001 100101

Color Harmonies of #BA6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6003

Black with #BA6003

Text Example


Text Example

White with #BA6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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