Html Css Color HEX #BC6666 Contessa

📋 copy color: '#BC6666'

red 188 ◦ green 102 ◦ blue 102

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

Shades of Contessa #BC6666

Tints of Contessa #BC6666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 47.96%
G = 26.02%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC6666 (or 0xBC6666) is known color: Contessa. HEX triplet: BC, 66 and 66. RGB value is (188,102,102). Sum of RGB (Red+Green+Blue) = 188+102+102=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6666 is #439999. Grayscale: #7F7F7F. Windows color (decimal): -4430234 or 6710972. OLE color: 6710972.

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

Color convert

RGB 188 102 102 -
CMYK 0 0.46 0.46 0.26
HSL 0.39% 0.57% -
HSV(B) 0.46% 0.74% -
XYZ 27.89 21.15 15.18 -
YUV 127.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 188 102 102 0 0.46 0.46 0.26 0 0.39 0.57
Hex BC 66 66 0 2E 2E 1A 0 27 39
Octal 274 146 146 0 56 56 32 0 47 71
Binary 10111100 1100110 1100110 0 101110 101110 11010 0 100111 111001

Color Harmonies of #BC6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6666

Black with #BC6666

Text Example


Text Example

White with #BC6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6666; }

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

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

background-color css

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

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

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

border-color css

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

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

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