Html Css Color HEX #BC776A Contessa

📋 copy color: '#BC776A'

red 188 ◦ green 119 ◦ blue 106

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

Shades of Contessa #BC776A

Tints of Contessa #BC776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 45.52%
G = 28.81%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC776A (or 0xBC776A) is known color: Contessa. HEX triplet: BC, 77 and 6A. RGB value is (188,119,106). Sum of RGB (Red+Green+Blue) = 188+119+106=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776A is #438895. Grayscale: #8A8A8A. Windows color (decimal): -4425878 or 6977468. OLE color: 6977468.

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

Color convert

RGB 188 119 106 -
CMYK 0 0.37 0.44 0.26
HSL 9.51º 0.38% 0.58% -
HSV(B) 9.51º 0.44% 0.74% -
XYZ 29.94 24.93 16.87 -
YUV 138.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 188 119 106 0 0.37 0.44 0.26 9.51 0.38 0.58
Hex BC 77 6A 0 25 2C 1A A 26 3A
Octal 274 167 152 0 45 54 32 12 46 72
Binary 10111100 1110111 1101010 0 100101 101100 11010 1010 100110 111010

Color Harmonies of #BC776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC776A

Black with #BC776A

Text Example


Text Example

White with #BC776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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