Html Css Color HEX #BB7771 Contessa

📋 copy color: '#BB7771'

red 187 ◦ green 119 ◦ blue 113

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

Shades of Contessa #BB7771

Tints of Contessa #BB7771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 44.63%
G = 28.4%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7771 (or 0xBB7771) is known color: Contessa. HEX triplet: BB, 77 and 71. RGB value is (187,119,113). Sum of RGB (Red+Green+Blue) = 187+119+113=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7771 is #44888E. Grayscale: #8A8A8A. Windows color (decimal): -4491407 or 7436219. OLE color: 7436219.

HSL color Cylindrical-coordinate representation of color #BB7771: hue angle of 4.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7771 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 113 -
CMYK 0 0.36 0.40 0.27
HSL 4.86º 0.35% 0.59% -
HSV(B) 4.86º 0.4% 0.73% -
XYZ 30.07 24.95 18.85 -
YUV 138.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 187 119 113 0 0.36 0.40 0.27 4.86 0.35 0.59
Hex BB 77 71 0 24 28 1B 5 23 3B
Octal 273 167 161 0 44 50 33 5 43 73
Binary 10111011 1110111 1110001 0 100100 101000 11011 101 100011 111011

Color Harmonies of #BB7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7771

Black with #BB7771

Text Example


Text Example

White with #BB7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7771; }

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

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

background-color css

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

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

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

border-color css

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

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

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