Html Css Color HEX #BA6461 Contessa

📋 copy color: '#BA6461'

red 186 ◦ green 100 ◦ blue 97

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

Shades of Contessa #BA6461

Tints of Contessa #BA6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 48.56%
G = 26.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6461 (or 0xBA6461) is known color: Contessa. HEX triplet: BA, 64 and 61. RGB value is (186,100,97). Sum of RGB (Red+Green+Blue) = 186+100+97=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6461 is #459B9E. Grayscale: #7D7D7D. Windows color (decimal): -4561823 or 6382778. OLE color: 6382778.

HSL color Cylindrical-coordinate representation of color #BA6461: hue angle of 2.02º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6461 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 100 97 -
CMYK 0 0.46 0.48 0.27
HSL 2.02º 0.39% 0.55% -
HSV(B) 2.02º 0.48% 0.73% -
XYZ 26.96 20.42 13.83 -
YUV 125.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 186 100 97 0 0.46 0.48 0.27 2.02 0.39 0.55
Hex BA 64 61 0 2E 30 1B 2 27 37
Octal 272 144 141 0 56 60 33 2 47 67
Binary 10111010 1100100 1100001 0 101110 110000 11011 10 100111 110111

Color Harmonies of #BA6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6461

Black with #BA6461

Text Example


Text Example

White with #BA6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6461; }

 p { color: rgb(186,100,97); }

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

background-color css

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

 a { background-color: rgb(186,100,97); }

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

border-color css

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

 span { border-color: rgb(186,100,97); }

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