Html Css Color HEX #BC7766 Contessa

📋 copy color: '#BC7766'

red 188 ◦ green 119 ◦ blue 102

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

Shades of Contessa #BC7766

Tints of Contessa #BC7766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 45.97%
G = 29.1%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7766 (or 0xBC7766) is known color: Contessa. HEX triplet: BC, 77 and 66. RGB value is (188,119,102). Sum of RGB (Red+Green+Blue) = 188+119+102=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7766 is #438899. Grayscale: #898989. Windows color (decimal): -4425882 or 6715324. OLE color: 6715324.

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

Color convert

RGB 188 119 102 -
CMYK 0 0.37 0.46 0.26
HSL 11.86º 0.39% 0.57% -
HSV(B) 11.86º 0.46% 0.74% -
XYZ 29.73 24.84 15.8 -
YUV 137.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 188 119 102 0 0.37 0.46 0.26 11.86 0.39 0.57
Hex BC 77 66 0 25 2E 1A C 27 39
Octal 274 167 146 0 45 56 32 14 47 71
Binary 10111100 1110111 1100110 0 100101 101110 11010 1100 100111 111001

Color Harmonies of #BC7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7766

Black with #BC7766

Text Example


Text Example

White with #BC7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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