#BF7B71

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

Shades of Contessa #BF7B71

Tints of Contessa #BF7B71

Color information

#BF7B71 (or 0xBF7B71) is unknown color: approx Contessa. HEX triplet: BF, 7B and 71. RGB value is (191,123,113). Sum of RGB (Red+Green+Blue) = 191+123+113=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B71 is #40848E. Grayscale: #8E8E8E. Windows color (decimal): -4228239 or 7437247. OLE color: 7437247.

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

Color convert

RGB191123113-
CMYK00.360.410.25
HSL7.69º37.86%59.61%-
HSV(B)7.69º40.84%74.9%-
XYZ31.5526.4319.06-
YUV142.19111.53162.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=44.73%
G=28.81%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112311300.360.410.257.6937.8659.61
HexBF7B7102429198263c
Octal2771731610445131104674
Binary10111111111101111100010100100101001110011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B71; }

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

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

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

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

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

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

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

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