Html Css Color HEX #BA6203 Tenne (Tawny)

📋 copy color: '#BA6203'

red 186 ◦ green 98 ◦ blue 3

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

Shades of Tenne (Tawny) #BA6203

Tints of Tenne (Tawny) #BA6203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

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

R = 64.81%
G = 34.15%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6203 (or 0xBA6203) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 03. RGB value is (186,98,3). Sum of RGB (Red+Green+Blue) = 186+98+3=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6203 is #459DFC. Grayscale: #717171. Windows color (decimal): -4562429 or 221882. OLE color: 221882.

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

Color convert

RGB 186 98 3 -
CMYK 0 0.47 0.98 0.27
HSL 31.15º 0.97% 0.37% -
HSV(B) 31.15º 0.98% 0.73% -
XYZ 24.63 19.18 2.49 -
YUV 113.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 186 98 3 0 0.47 0.98 0.27 31.15 0.97 0.37
Hex BA 62 3 0 2F 62 1B 1F 61 25
Octal 272 142 3 0 57 142 33 37 141 45
Binary 10111010 1100010 11 0 101111 1100010 11011 11111 1100001 100101

Color Harmonies of #BA6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6203

Black with #BA6203

Text Example


Text Example

White with #BA6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6203; }

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

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

background-color css

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

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

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

border-color css

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

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

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