Html Css Color HEX #BC6660 Contessa

📋 copy color: '#BC6660'

red 188 ◦ green 102 ◦ blue 96

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

Shades of Contessa #BC6660

Tints of Contessa #BC6660

RGB

 RED value IS 188 (73.83% from 255) = 48.7%

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 48.7%
G = 26.42%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC6660 (or 0xBC6660) is known color: Contessa. HEX triplet: BC, 66 and 60. RGB value is (188,102,96). Sum of RGB (Red+Green+Blue) = 188+102+96=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6660 is #43999F. Grayscale: #7F7F7F. Windows color (decimal): -4430240 or 6317756. OLE color: 6317756.

HSL color Cylindrical-coordinate representation of color #BC6660: hue angle of 3.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6660 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 96 -
CMYK 0 0.46 0.49 0.26
HSL 3.91º 0.41% 0.56% -
HSV(B) 3.91º 0.49% 0.74% -
XYZ 27.6 21.04 13.67 -
YUV 127.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 188 102 96 0 0.46 0.49 0.26 3.91 0.41 0.56
Hex BC 66 60 0 2E 31 1A 4 29 38
Octal 274 146 140 0 56 61 32 4 51 70
Binary 10111100 1100110 1100000 0 101110 110001 11010 100 101001 111000

Color Harmonies of #BC6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6660

Black with #BC6660

Text Example


Text Example

White with #BC6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6660; }

 p { color: rgb(188,102,96); }

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

background-color css

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

 a { background-color: rgb(188,102,96); }

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

border-color css

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

 span { border-color: rgb(188,102,96); }

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