Html Css Color HEX #BF7A71 Contessa

📋 copy color: '#BF7A71'

red 191 ◦ green 122 ◦ blue 113

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

Shades of Contessa #BF7A71

Tints of Contessa #BF7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 44.84%
G = 28.64%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7A71 (or 0xBF7A71) is known color: Contessa. HEX triplet: BF, 7A and 71. RGB value is (191,122,113). Sum of RGB (Red+Green+Blue) = 191+122+113=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A71 is #40858E. Grayscale: #8D8D8D. Windows color (decimal): -4228495 or 7436991. OLE color: 7436991.

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

Color convert

RGB 191 122 113 -
CMYK 0 0.36 0.41 0.25
HSL 6.92º 0.38% 0.6% -
HSV(B) 6.92º 0.41% 0.75% -
XYZ 31.43 26.19 19.02 -
YUV 141.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 191 122 113 0 0.36 0.41 0.25 6.92 0.38 0.6
Hex BF 7A 71 0 24 29 19 7 26 3C
Octal 277 172 161 0 44 51 31 7 46 74
Binary 10111111 1111010 1110001 0 100100 101001 11001 111 100110 111100

Color Harmonies of #BF7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A71

Black with #BF7A71

Text Example


Text Example

White with #BF7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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