Html Css Color HEX #BC7770 Contessa

📋 copy color: '#BC7770'

red 188 ◦ green 119 ◦ blue 112

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

Shades of Contessa #BC7770

Tints of Contessa #BC7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 44.87%
G = 28.4%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7770 (or 0xBC7770) is known color: Contessa. HEX triplet: BC, 77 and 70. RGB value is (188,119,112). Sum of RGB (Red+Green+Blue) = 188+119+112=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7770 is #43888F. Grayscale: #8A8A8A. Windows color (decimal): -4425872 or 7370684. OLE color: 7370684.

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

Color convert

RGB 188 119 112 -
CMYK 0 0.37 0.40 0.26
HSL 5.53º 0.36% 0.59% -
HSV(B) 5.53º 0.4% 0.74% -
XYZ 30.26 25.05 18.57 -
YUV 138.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 188 119 112 0 0.37 0.40 0.26 5.53 0.36 0.59
Hex BC 77 70 0 25 28 1A 6 24 3B
Octal 274 167 160 0 45 50 32 6 44 73
Binary 10111100 1110111 1110000 0 100101 101000 11010 110 100100 111011

Color Harmonies of #BC7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7770

Black with #BC7770

Text Example


Text Example

White with #BC7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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