#BF7B67

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

Shades of Contessa #BF7B67

Tints of Contessa #BF7B67

Color information

#BF7B67 (or 0xBF7B67) is unknown color: approx Contessa. HEX triplet: BF, 7B and 67. RGB value is (191,123,103). Sum of RGB (Red+Green+Blue) = 191+123+103=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B67 is #408498. Grayscale: #8D8D8D. Windows color (decimal): -4228249 or 6781887. OLE color: 6781887.

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

Color convert

RGB191123103-
CMYK00.360.460.25
HSL13.64º40.74%57.65%-
HSV(B)13.64º46.07%74.9%-
XYZ31.0226.2216.26-
YUV141.05106.53163.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=45.80%
G=29.50%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112310300.360.460.2513.6440.7457.65
HexBF7B670242E19e293a
Octal2771731470445631165172
Binary10111111111101111001110100100101110110011110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B67; }

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

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

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

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

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

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

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

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