Html Css Color HEX #BC7877 Contessa

📋 copy color: '#BC7877'

red 188 ◦ green 120 ◦ blue 119

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

Shades of Contessa #BC7877

Tints of Contessa #BC7877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 44.03%
G = 28.1%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC7877 (or 0xBC7877) is known color: Contessa. HEX triplet: BC, 78 and 77. RGB value is (188,120,119). Sum of RGB (Red+Green+Blue) = 188+120+119=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7877 is #438788. Grayscale: #8C8C8C. Windows color (decimal): -4425609 or 7829692. OLE color: 7829692.

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

Color convert

RGB 188 120 119 -
CMYK 0 0.36 0.37 0.26
HSL 0.87º 0.34% 0.6% -
HSV(B) 0.87º 0.37% 0.74% -
XYZ 30.79 25.46 20.74 -
YUV 140.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 188 120 119 0 0.36 0.37 0.26 0.87 0.34 0.6
Hex BC 78 77 0 24 25 1A 1 22 3C
Octal 274 170 167 0 44 45 32 1 42 74
Binary 10111100 1111000 1110111 0 100100 100101 11010 1 100010 111100

Color Harmonies of #BC7877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7877

Black with #BC7877

Text Example


Text Example

White with #BC7877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7877; }

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

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

background-color css

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

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

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

border-color css

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

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

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