Html Css Color HEX #BB7471 Contessa

📋 copy color: '#BB7471'

red 187 ◦ green 116 ◦ blue 113

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

Shades of Contessa #BB7471

Tints of Contessa #BB7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

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

R = 44.95%
G = 27.88%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7471 (or 0xBB7471) is known color: Contessa. HEX triplet: BB, 74 and 71. RGB value is (187,116,113). Sum of RGB (Red+Green+Blue) = 187+116+113=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7471 is #448B8E. Grayscale: #888888. Windows color (decimal): -4492175 or 7435451. OLE color: 7435451.

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

Color convert

RGB 187 116 113 -
CMYK 0 0.38 0.40 0.27
HSL 2.43º 0.35% 0.59% -
HSV(B) 2.43º 0.4% 0.73% -
XYZ 29.72 24.25 18.74 -
YUV 136.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 187 116 113 0 0.38 0.40 0.27 2.43 0.35 0.59
Hex BB 74 71 0 26 28 1B 2 23 3B
Octal 273 164 161 0 46 50 33 2 43 73
Binary 10111011 1110100 1110001 0 100110 101000 11011 10 100011 111011

Color Harmonies of #BB7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7471

Black with #BB7471

Text Example


Text Example

White with #BB7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7471; }

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

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

background-color css

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

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

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

border-color css

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

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

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