Html Css Color HEX #BB7271 Contessa

📋 copy color: '#BB7271'

red 187 ◦ green 114 ◦ blue 113

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

Shades of Contessa #BB7271

Tints of Contessa #BB7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

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

R = 45.17%
G = 27.54%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7271 (or 0xBB7271) is known color: Contessa. HEX triplet: BB, 72 and 71. RGB value is (187,114,113). Sum of RGB (Red+Green+Blue) = 187+114+113=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7271 is #448D8E. Grayscale: #878787. Windows color (decimal): -4492687 or 7434939. OLE color: 7434939.

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

Color convert

RGB 187 114 113 -
CMYK 0 0.39 0.40 0.27
HSL 0.81º 0.35% 0.59% -
HSV(B) 0.81º 0.4% 0.73% -
XYZ 29.49 23.79 18.66 -
YUV 135.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 187 114 113 0 0.39 0.40 0.27 0.81 0.35 0.59
Hex BB 72 71 0 27 28 1B 1 23 3B
Octal 273 162 161 0 47 50 33 1 43 73
Binary 10111011 1110010 1110001 0 100111 101000 11011 1 100011 111011

Color Harmonies of #BB7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7271

Black with #BB7271

Text Example


Text Example

White with #BB7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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