#BF7673

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

Shades of Contessa #BF7673

Tints of Contessa #BF7673

Color information

#BF7673 (or 0xBF7673) is unknown color: approx Contessa. HEX triplet: BF, 76 and 73. RGB value is (191,118,115). Sum of RGB (Red+Green+Blue) = 191+118+115=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7673 is #40898C. Grayscale: #8B8B8B. Windows color (decimal): -4229517 or 7567039. OLE color: 7567039.

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

Color convert

RGB191118115-
CMYK00.380.400.25
HSL2.37º37.25%60%-
HSV(B)2.37º39.79%74.9%-
XYZ31.0625.2719.46-
YUV139.48114.18164.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=45.05%
G=27.83%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111811500.380.400.252.3737.2560
HexBF767302628192253c
Octal277166163046503124574
Binary101111111110110111001101001101010001100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7673; }

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

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

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

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

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

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

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

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