Html Css Color HEX #BC7777 Contessa

📋 copy color: '#BC7777'

red 188 ◦ green 119 ◦ blue 119

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

Shades of Contessa #BC7777

Tints of Contessa #BC7777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 44.13%
G = 27.93%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC7777 (or 0xBC7777) is known color: Contessa. HEX triplet: BC, 77 and 77. RGB value is (188,119,119). Sum of RGB (Red+Green+Blue) = 188+119+119=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7777 is #438888. Grayscale: #8B8B8B. Windows color (decimal): -4425865 or 7829436. OLE color: 7829436.

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

Color convert

RGB 188 119 119 -
CMYK 0 0.37 0.37 0.26
HSL 0.34% 0.6% -
HSV(B) 0.37% 0.74% -
XYZ 30.67 25.22 20.7 -
YUV 139.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 188 119 119 0 0.37 0.37 0.26 0 0.34 0.6
Hex BC 77 77 0 25 25 1A 0 22 3C
Octal 274 167 167 0 45 45 32 0 42 74
Binary 10111100 1110111 1110111 0 100101 100101 11010 0 100010 111100

Color Harmonies of #BC7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7777

Black with #BC7777

Text Example


Text Example

White with #BC7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7777; }

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

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

background-color css

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

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

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

border-color css

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

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

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