Html Css Color HEX #BC776F Contessa

📋 copy color: '#BC776F'

red 188 ◦ green 119 ◦ blue 111

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

Shades of Contessa #BC776F

Tints of Contessa #BC776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 44.98%
G = 28.47%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC776F (or 0xBC776F) is known color: Contessa. HEX triplet: BC, 77 and 6F. RGB value is (188,119,111). Sum of RGB (Red+Green+Blue) = 188+119+111=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776F is #438890. Grayscale: #8A8A8A. Windows color (decimal): -4425873 or 7305148. OLE color: 7305148.

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

Color convert

RGB 188 119 111 -
CMYK 0 0.37 0.41 0.26
HSL 6.23º 0.36% 0.59% -
HSV(B) 6.23º 0.41% 0.74% -
XYZ 30.21 25.03 18.28 -
YUV 138.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 188 119 111 0 0.37 0.41 0.26 6.23 0.36 0.59
Hex BC 77 6F 0 25 29 1A 6 24 3B
Octal 274 167 157 0 45 51 32 6 44 73
Binary 10111100 1110111 1101111 0 100101 101001 11010 110 100100 111011

Color Harmonies of #BC776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC776F

Black with #BC776F

Text Example


Text Example

White with #BC776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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