Html Css Color HEX #BB7776 Contessa

📋 copy color: '#BB7776'

red 187 ◦ green 119 ◦ blue 118

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

Shades of Contessa #BB7776

Tints of Contessa #BB7776

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

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

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 44.1%
G = 28.07%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB7776 (or 0xBB7776) is known color: Contessa. HEX triplet: BB, 77 and 76. RGB value is (187,119,118). Sum of RGB (Red+Green+Blue) = 187+119+118=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7776 is #448889. Grayscale: #8B8B8B. Windows color (decimal): -4491402 or 7763899. OLE color: 7763899.

HSL color Cylindrical-coordinate representation of color #BB7776: hue angle of 0.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7776 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 118 -
CMYK 0 0.36 0.37 0.27
HSL 0.87º 0.34% 0.6% -
HSV(B) 0.87º 0.37% 0.73% -
XYZ 30.36 25.07 20.38 -
YUV 139.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 187 119 118 0 0.36 0.37 0.27 0.87 0.34 0.6
Hex BB 77 76 0 24 25 1B 1 22 3C
Octal 273 167 166 0 44 45 33 1 42 74
Binary 10111011 1110111 1110110 0 100100 100101 11011 1 100010 111100

Color Harmonies of #BB7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7776

Black with #BB7776

Text Example


Text Example

White with #BB7776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7776; }

 p { color: rgb(187,119,118); }

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

background-color css

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

 a { background-color: rgb(187,119,118); }

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

border-color css

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

 span { border-color: rgb(187,119,118); }

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