Html Css Color HEX #BC6664 Contessa

📋 copy color: '#BC6664'

red 188 ◦ green 102 ◦ blue 100

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

Shades of Contessa #BC6664

Tints of Contessa #BC6664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.64%

R = 48.21%
G = 26.15%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC6664 (or 0xBC6664) is known color: Contessa. HEX triplet: BC, 66 and 64. RGB value is (188,102,100). Sum of RGB (Red+Green+Blue) = 188+102+100=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6664 is #43999B. Grayscale: #7F7F7F. Windows color (decimal): -4430236 or 6579900. OLE color: 6579900.

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

Color convert

RGB 188 102 100 -
CMYK 0 0.46 0.47 0.26
HSL 1.36º 0.4% 0.56% -
HSV(B) 1.36º 0.47% 0.74% -
XYZ 27.79 21.11 14.67 -
YUV 127.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 188 102 100 0 0.46 0.47 0.26 1.36 0.4 0.56
Hex BC 66 64 0 2E 2F 1A 1 28 38
Octal 274 146 144 0 56 57 32 1 50 70
Binary 10111100 1100110 1100100 0 101110 101111 11010 1 101000 111000

Color Harmonies of #BC6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6664

Black with #BC6664

Text Example


Text Example

White with #BC6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6664; }

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

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

background-color css

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

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

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

border-color css

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

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

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