Html Css Color HEX #BC7774 Contessa

📋 copy color: '#BC7774'

red 188 ◦ green 119 ◦ blue 116

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

Shades of Contessa #BC7774

Tints of Contessa #BC7774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 44.44%
G = 28.13%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC7774 (or 0xBC7774) is known color: Contessa. HEX triplet: BC, 77 and 74. RGB value is (188,119,116). Sum of RGB (Red+Green+Blue) = 188+119+116=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7774 is #43888B. Grayscale: #8B8B8B. Windows color (decimal): -4425868 or 7632828. OLE color: 7632828.

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

Color convert

RGB 188 119 116 -
CMYK 0 0.37 0.38 0.26
HSL 2.5º 0.35% 0.6% -
HSV(B) 2.5º 0.38% 0.74% -
XYZ 30.49 25.15 19.77 -
YUV 139.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 188 119 116 0 0.37 0.38 0.26 2.5 0.35 0.6
Hex BC 77 74 0 25 26 1A 2 23 3C
Octal 274 167 164 0 45 46 32 2 43 74
Binary 10111100 1110111 1110100 0 100101 100110 11010 10 100011 111100

Color Harmonies of #BC7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7774

Black with #BC7774

Text Example


Text Example

White with #BC7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7774; }

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

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

background-color css

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

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

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

border-color css

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

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

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