Html Css Color HEX #BF7A76 Contessa

📋 copy color: '#BF7A76'

red 191 ◦ green 122 ◦ blue 118

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

Shades of Contessa #BF7A76

Tints of Contessa #BF7A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 44.32%
G = 28.31%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF7A76 (or 0xBF7A76) is known color: Contessa. HEX triplet: BF, 7A and 76. RGB value is (191,122,118). Sum of RGB (Red+Green+Blue) = 191+122+118=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A76 is #408589. Grayscale: #8E8E8E. Windows color (decimal): -4228490 or 7764671. OLE color: 7764671.

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

Color convert

RGB 191 122 118 -
CMYK 0 0.36 0.38 0.25
HSL 3.29º 0.36% 0.61% -
HSV(B) 3.29º 0.38% 0.75% -
XYZ 31.72 26.3 20.55 -
YUV 142.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 191 122 118 0 0.36 0.38 0.25 3.29 0.36 0.61
Hex BF 7A 76 0 24 26 19 3 24 3D
Octal 277 172 166 0 44 46 31 3 44 75
Binary 10111111 1111010 1110110 0 100100 100110 11001 11 100100 111101

Color Harmonies of #BF7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A76

Black with #BF7A76

Text Example


Text Example

White with #BF7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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