Html Css Color HEX #BC776C Contessa

📋 copy color: '#BC776C'

red 188 ◦ green 119 ◦ blue 108

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

Shades of Contessa #BC776C

Tints of Contessa #BC776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 45.3%
G = 28.67%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC776C (or 0xBC776C) is known color: Contessa. HEX triplet: BC, 77 and 6C. RGB value is (188,119,108). Sum of RGB (Red+Green+Blue) = 188+119+108=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776C is #438893. Grayscale: #8A8A8A. Windows color (decimal): -4425876 or 7108540. OLE color: 7108540.

HSL color Cylindrical-coordinate representation of color #BC776C: hue angle of 8.25º 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 #BC776C is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 108 -
CMYK 0 0.37 0.43 0.26
HSL 8.25º 0.37% 0.58% -
HSV(B) 8.25º 0.43% 0.74% -
XYZ 30.04 24.97 17.42 -
YUV 138.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 188 119 108 0 0.37 0.43 0.26 8.25 0.37 0.58
Hex BC 77 6C 0 25 2B 1A 8 25 3A
Octal 274 167 154 0 45 53 32 10 45 72
Binary 10111100 1110111 1101100 0 100101 101011 11010 1000 100101 111010

Color Harmonies of #BC776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC776C

Black with #BC776C

Text Example


Text Example

White with #BC776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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