#BF7C67

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

Shades of Contessa #BF7C67

Tints of Contessa #BF7C67

Color information

#BF7C67 (or 0xBF7C67) is unknown color: approx Contessa. HEX triplet: BF, 7C and 67. RGB value is (191,124,103). Sum of RGB (Red+Green+Blue) = 191+124+103=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C67 is #408398. Grayscale: #8D8D8D. Windows color (decimal): -4227993 or 6782143. OLE color: 6782143.

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

Color convert

RGB191124103-
CMYK00.350.460.25
HSL14.32º40.74%57.65%-
HSV(B)14.32º46.07%74.9%-
XYZ31.1426.4716.3-
YUV141.64106.2163.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=45.69%
G=29.67%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112410300.350.460.2514.3240.7457.65
HexBF7C670232E19e293a
Octal2771741470435631165172
Binary10111111111110011001110100011101110110011110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C67; }

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

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

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

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

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

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

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

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