Html Css Color HEX #BF7171 Contessa

📋 copy color: '#BF7171'

red 191 ◦ green 113 ◦ blue 113

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

Shades of Contessa #BF7171

Tints of Contessa #BF7171

RGB

 RED value IS 191 (75% from 255) = 45.8%

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

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

R = 45.8%
G = 27.1%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7171 (or 0xBF7171) is known color: Contessa. HEX triplet: BF, 71 and 71. RGB value is (191,113,113). Sum of RGB (Red+Green+Blue) = 191+113+113=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7171 is #408E8E. Grayscale: #888888. Windows color (decimal): -4230799 or 7434687. OLE color: 7434687.

HSL color Cylindrical-coordinate representation of color #BF7171: hue angle of 0º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7171 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 113 -
CMYK 0 0.41 0.41 0.25
HSL 0.38% 0.6% -
HSV(B) 0.41% 0.75% -
XYZ 30.37 24.08 18.67 -
YUV 136.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 191 113 113 0 0.41 0.41 0.25 0 0.38 0.6
Hex BF 71 71 0 29 29 19 0 26 3C
Octal 277 161 161 0 51 51 31 0 46 74
Binary 10111111 1110001 1110001 0 101001 101001 11001 0 100110 111100

Color Harmonies of #BF7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7171

Black with #BF7171

Text Example


Text Example

White with #BF7171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7171; }

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

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

background-color css

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

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

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

border-color css

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

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

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