Html Css Color HEX #BB7171 Contessa

📋 copy color: '#BB7171'

red 187 ◦ green 113 ◦ blue 113

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

Shades of Contessa #BB7171

Tints of Contessa #BB7171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 45.28%
G = 27.36%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7171 (or 0xBB7171) is known color: Contessa. HEX triplet: BB, 71 and 71. RGB value is (187,113,113). Sum of RGB (Red+Green+Blue) = 187+113+113=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7171 is #448E8E. Grayscale: #878787. Windows color (decimal): -4492943 or 7434683. OLE color: 7434683.

HSL color Cylindrical-coordinate representation of color #BB7171: hue angle of 0º 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 #BB7171 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 113 -
CMYK 0 0.40 0.40 0.27
HSL 0.35% 0.59% -
HSV(B) 0.4% 0.73% -
XYZ 29.38 23.57 18.62 -
YUV 135.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 187 113 113 0 0.40 0.40 0.27 0 0.35 0.59
Hex BB 71 71 0 28 28 1B 0 23 3B
Octal 273 161 161 0 50 50 33 0 43 73
Binary 10111011 1110001 1110001 0 101000 101000 11011 0 100011 111011

Color Harmonies of #BB7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7171

Black with #BB7171

Text Example


Text Example

White with #BB7171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7171; }

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

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

background-color css

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

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

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

border-color css

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

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

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