Html Css Color HEX #BB7766 Contessa

📋 copy color: '#BB7766'

red 187 ◦ green 119 ◦ blue 102

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

Shades of Contessa #BB7766

Tints of Contessa #BB7766

RGB

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

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

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

R = 45.83%
G = 29.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB7766 (or 0xBB7766) is known color: Contessa. HEX triplet: BB, 77 and 66. RGB value is (187,119,102). Sum of RGB (Red+Green+Blue) = 187+119+102=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7766 is #448899. Grayscale: #898989. Windows color (decimal): -4491418 or 6715323. OLE color: 6715323.

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

Color convert

RGB 187 119 102 -
CMYK 0 0.36 0.45 0.27
HSL 12º 0.38% 0.57% -
HSV(B) 12º 0.45% 0.73% -
XYZ 29.49 24.72 15.79 -
YUV 137.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 187 119 102 0 0.36 0.45 0.27 12 0.38 0.57
Hex BB 77 66 0 24 2D 1B C 26 39
Octal 273 167 146 0 44 55 33 14 46 71
Binary 10111011 1110111 1100110 0 100100 101101 11011 1100 100110 111001

Color Harmonies of #BB7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7766

Black with #BB7766

Text Example


Text Example

White with #BB7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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