Html Css Color HEX #BA6261 Contessa

📋 copy color: '#BA6261'

red 186 ◦ green 98 ◦ blue 97

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

Shades of Contessa #BA6261

Tints of Contessa #BA6261

RGB

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

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

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

R = 48.82%
G = 25.72%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6261 (or 0xBA6261) is known color: Contessa. HEX triplet: BA, 62 and 61. RGB value is (186,98,97). Sum of RGB (Red+Green+Blue) = 186+98+97=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6261 is #459D9E. Grayscale: #7C7C7C. Windows color (decimal): -4562335 or 6382266. OLE color: 6382266.

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

Color convert

RGB 186 98 97 -
CMYK 0 0.47 0.48 0.27
HSL 0.67º 0.39% 0.55% -
HSV(B) 0.67º 0.48% 0.73% -
XYZ 26.78 20.04 13.77 -
YUV 124.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 186 98 97 0 0.47 0.48 0.27 0.67 0.39 0.55
Hex BA 62 61 0 2F 30 1B 1 27 37
Octal 272 142 141 0 57 60 33 1 47 67
Binary 10111010 1100010 1100001 0 101111 110000 11011 1 100111 110111

Color Harmonies of #BA6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6261

Black with #BA6261

Text Example


Text Example

White with #BA6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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