#BF7874

Color #BF7874 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BF7874

Tints of Contessa #BF7874

Color information

#BF7874 (or 0xBF7874) is unknown color: approx Contessa. HEX triplet: BF, 78 and 74. RGB value is (191,120,116). Sum of RGB (Red+Green+Blue) = 191+120+116=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7874 is #40878B. Grayscale: #8C8C8C. Windows color (decimal): -4229004 or 7633087. OLE color: 7633087.

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

Color convert

RGB191120116-
CMYK00.370.390.25
HSL3.2º36.95%60.2%-
HSV(B)3.2º39.27%74.9%-
XYZ31.3525.7719.84-
YUV140.77114.02163.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=44.73%
G=28.10%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112011600.370.390.253.236.9560.2
HexBF787402527193253c
Octal277170164045473134574
Binary101111111111000111010001001011001111100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7874; }

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

 H1.HeaderClassName
 {
   color: #BF7874;
 }
 .AnyTagClassName
 {
   color: #BF7874;
 }
</style>
background-color css

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

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

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

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

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

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