#BF7674

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

Shades of Contessa #BF7674

Tints of Contessa #BF7674

Color information

#BF7674 (or 0xBF7674) is unknown color: approx Contessa. HEX triplet: BF, 76 and 74. RGB value is (191,118,116). Sum of RGB (Red+Green+Blue) = 191+118+116=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7674 is #40898B. Grayscale: #8B8B8B. Windows color (decimal): -4229516 or 7632575. OLE color: 7632575.

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

Color convert

RGB191118116-
CMYK00.380.390.25
HSL1.6º36.95%60.2%-
HSV(B)1.6º39.27%74.9%-
XYZ31.1225.2919.77-
YUV139.6114.68164.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=44.94%
G=27.76%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111811600.380.390.251.636.9560.2
HexBF767402627192253c
Octal277166164046473124574
Binary101111111110110111010001001101001111100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7674; }

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

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

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

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

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

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

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

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