Html Css Color HEX #BC6E6E Contessa

📋 copy color: '#BC6E6E'

red 188 ◦ green 110 ◦ blue 110

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

Shades of Contessa #BC6E6E

Tints of Contessa #BC6E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 46.08%
G = 26.96%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC6E6E (or 0xBC6E6E) is known color: Contessa. HEX triplet: BC, 6E and 6E. RGB value is (188,110,110). Sum of RGB (Red+Green+Blue) = 188+110+110=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6E is #439191. Grayscale: #858585. Windows color (decimal): -4428178 or 7237308. OLE color: 7237308.

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

Color convert

RGB 188 110 110 -
CMYK 0 0.41 0.41 0.26
HSL 0.37% 0.58% -
HSV(B) 0.41% 0.74% -
XYZ 29.13 22.97 17.65 -
YUV 133.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 188 110 110 0 0.41 0.41 0.26 0 0.37 0.58
Hex BC 6E 6E 0 29 29 1A 0 25 3A
Octal 274 156 156 0 51 51 32 0 45 72
Binary 10111100 1101110 1101110 0 101001 101001 11010 0 100101 111010

Color Harmonies of #BC6E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E6E

Black with #BC6E6E

Text Example


Text Example

White with #BC6E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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