Html Css Color HEX #BB7971 Contessa

📋 copy color: '#BB7971'

red 187 ◦ green 121 ◦ blue 113

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

Shades of Contessa #BB7971

Tints of Contessa #BB7971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 44.42%
G = 28.74%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7971 (or 0xBB7971) is known color: Contessa. HEX triplet: BB, 79 and 71. RGB value is (187,121,113). Sum of RGB (Red+Green+Blue) = 187+121+113=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7971 is #44868E. Grayscale: #8B8B8B. Windows color (decimal): -4490895 or 7436731. OLE color: 7436731.

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

Color convert

RGB 187 121 113 -
CMYK 0 0.35 0.40 0.27
HSL 6.49º 0.35% 0.59% -
HSV(B) 6.49º 0.4% 0.73% -
XYZ 30.31 25.43 18.93 -
YUV 139.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 187 121 113 0 0.35 0.40 0.27 6.49 0.35 0.59
Hex BB 79 71 0 23 28 1B 6 23 3B
Octal 273 171 161 0 43 50 33 6 43 73
Binary 10111011 1111001 1110001 0 100011 101000 11011 110 100011 111011

Color Harmonies of #BB7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7971

Black with #BB7971

Text Example


Text Example

White with #BB7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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