#BF7A6A

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

Shades of Contessa #BF7A6A

Tints of Contessa #BF7A6A

Color information

#BF7A6A (or 0xBF7A6A) is unknown color: approx Contessa. HEX triplet: BF, 7A and 6A. RGB value is (191,122,106). Sum of RGB (Red+Green+Blue) = 191+122+106=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A6A is #408595. Grayscale: #8C8C8C. Windows color (decimal): -4228502 or 6978239. OLE color: 6978239.

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

Color convert

RGB191122106-
CMYK00.360.450.25
HSL11.29º39.91%58.24%-
HSV(B)11.29º44.5%74.9%-
XYZ31.0526.0417.02-
YUV140.81108.36163.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=45.58%
G=29.12%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112210600.360.450.2511.2939.9158.24
HexBF7A6A0242D19b283a
Octal2771721520445531135072
Binary10111111111101011010100100100101101110011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A6A; }

 p { color: rgb(191,122,106); }

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

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

 a { background-color: rgb(191,122,106); }

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

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

 span { border-color: rgb(191,122,106); }

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