#BF6C67

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

Shades of Contessa #BF6C67

Tints of Contessa #BF6C67

Color information

#BF6C67 (or 0xBF6C67) is unknown color: approx Contessa. HEX triplet: BF, 6C and 67. RGB value is (191,108,103). Sum of RGB (Red+Green+Blue) = 191+108+103=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C67 is #409398. Grayscale: #848484. Windows color (decimal): -4232089 or 6778047. OLE color: 6778047.

HSL color Cylindrical-coordinate representation of color #BF6C67: hue angle of 3.41º degrees, saturation: 0.41, 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 #BF6C67 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB191108103-
CMYK00.430.460.25
HSL3.41º40.74%57.65%-
HSV(B)3.41º46.07%74.9%-
XYZ29.322.7815.68-
YUV132.25111.5169.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=47.51%
G=26.87%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110810300.430.460.253.4140.7457.65
HexBF6C6702B2E193293a
Octal277154147053563135172
Binary101111111101100110011101010111011101100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C67; }

 p { color: rgb(191,108,103); }

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

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

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

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

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

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

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