Html Css Color HEX #BC776D Contessa

📋 copy color: '#BC776D'

red 188 ◦ green 119 ◦ blue 109

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

Shades of Contessa #BC776D

Tints of Contessa #BC776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 45.19%
G = 28.61%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC776D (or 0xBC776D) is known color: Contessa. HEX triplet: BC, 77 and 6D. RGB value is (188,119,109). Sum of RGB (Red+Green+Blue) = 188+119+109=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776D is #438892. Grayscale: #8A8A8A. Windows color (decimal): -4425875 or 7174076. OLE color: 7174076.

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

Color convert

RGB 188 119 109 -
CMYK 0 0.37 0.42 0.26
HSL 7.59º 0.37% 0.58% -
HSV(B) 7.59º 0.42% 0.74% -
XYZ 30.1 24.99 17.71 -
YUV 138.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 188 119 109 0 0.37 0.42 0.26 7.59 0.37 0.58
Hex BC 77 6D 0 25 2A 1A 8 25 3A
Octal 274 167 155 0 45 52 32 10 45 72
Binary 10111100 1110111 1101101 0 100101 101010 11010 1000 100101 111010

Color Harmonies of #BC776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC776D

Black with #BC776D

Text Example


Text Example

White with #BC776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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