Html Css Color HEX #BC6E6C Contessa

📋 copy color: '#BC6E6C'

red 188 ◦ green 110 ◦ blue 108

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

Shades of Contessa #BC6E6C

Tints of Contessa #BC6E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 46.31%
G = 27.09%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC6E6C (or 0xBC6E6C) is known color: Contessa. HEX triplet: BC, 6E and 6C. RGB value is (188,110,108). Sum of RGB (Red+Green+Blue) = 188+110+108=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6C is #439193. Grayscale: #858585. Windows color (decimal): -4428180 or 7106236. OLE color: 7106236.

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

Color convert

RGB 188 110 108 -
CMYK 0 0.41 0.43 0.26
HSL 1.5º 0.37% 0.58% -
HSV(B) 1.5º 0.43% 0.74% -
XYZ 29.02 22.93 17.08 -
YUV 133.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 188 110 108 0 0.41 0.43 0.26 1.5 0.37 0.58
Hex BC 6E 6C 0 29 2B 1A 2 25 3A
Octal 274 156 154 0 51 53 32 2 45 72
Binary 10111100 1101110 1101100 0 101001 101011 11010 10 100101 111010

Color Harmonies of #BC6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E6C

Black with #BC6E6C

Text Example


Text Example

White with #BC6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E6C; }

 p { color: rgb(188,110,108); }

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

background-color css

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

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

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

border-color css

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

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

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