#BF756C

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

Shades of Contessa #BF756C

Tints of Contessa #BF756C

Color information

#BF756C (or 0xBF756C) is unknown color: approx Contessa. HEX triplet: BF, 75 and 6C. RGB value is (191,117,108). Sum of RGB (Red+Green+Blue) = 191+117+108=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF756C is #408A93. Grayscale: #8A8A8A. Windows color (decimal): -4229780 or 7108031. OLE color: 7108031.

HSL color Cylindrical-coordinate representation of color #BF756C: hue angle of 6.51º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF756C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191117108-
CMYK00.390.430.25
HSL6.51º39.34%58.63%-
HSV(B)6.51º43.46%74.9%-
XYZ30.5524.8817.38-
YUV138.1111.02165.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=45.91%
G=28.12%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111710800.390.430.256.5139.3458.63
HexBF756C0272B197273b
Octal277165154047533174773
Binary1011111111101011101100010011110101111001111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF756C; }

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

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

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

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

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

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

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

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