Html Css Color HEX #BF7878 Contessa

📋 copy color: '#BF7878'

red 191 ◦ green 120 ◦ blue 120

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

Shades of Contessa #BF7878

Tints of Contessa #BF7878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 44.32%
G = 27.84%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7878 (or 0xBF7878) is known color: Contessa. HEX triplet: BF, 78 and 78. RGB value is (191,120,120). Sum of RGB (Red+Green+Blue) = 191+120+120=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7878 is #408787. Grayscale: #8D8D8D. Windows color (decimal): -4229000 or 7895231. OLE color: 7895231.

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

Color convert

RGB 191 120 120 -
CMYK 0 0.37 0.37 0.25
HSL 0.36% 0.61% -
HSV(B) 0.37% 0.75% -
XYZ 31.59 25.87 21.1 -
YUV 141.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 191 120 120 0 0.37 0.37 0.25 0 0.36 0.61
Hex BF 78 78 0 25 25 19 0 24 3D
Octal 277 170 170 0 45 45 31 0 44 75
Binary 10111111 1111000 1111000 0 100101 100101 11001 0 100100 111101

Color Harmonies of #BF7878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7878

Black with #BF7878

Text Example


Text Example

White with #BF7878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7878; }

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

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

background-color css

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

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

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

border-color css

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

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

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