Html Css Color HEX #BF7868 Contessa

📋 copy color: '#BF7868'

red 191 ◦ green 120 ◦ blue 104

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

Shades of Contessa #BF7868

Tints of Contessa #BF7868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 46.02%
G = 28.92%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF7868 (or 0xBF7868) is known color: Contessa. HEX triplet: BF, 78 and 68. RGB value is (191,120,104). Sum of RGB (Red+Green+Blue) = 191+120+104=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7868 is #408797. Grayscale: #8B8B8B. Windows color (decimal): -4229016 or 6846655. OLE color: 6846655.

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

Color convert

RGB 191 120 104 -
CMYK 0 0.37 0.46 0.25
HSL 11.03º 0.4% 0.58% -
HSV(B) 11.03º 0.46% 0.75% -
XYZ 30.7 25.51 16.4 -
YUV 139.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 191 120 104 0 0.37 0.46 0.25 11.03 0.4 0.58
Hex BF 78 68 0 25 2E 19 B 28 3A
Octal 277 170 150 0 45 56 31 13 50 72
Binary 10111111 1111000 1101000 0 100101 101110 11001 1011 101000 111010

Color Harmonies of #BF7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7868

Black with #BF7868

Text Example


Text Example

White with #BF7868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7868; }

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

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

background-color css

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

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

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

border-color css

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

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

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