#BF7572

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

Shades of Contessa #BF7572

Tints of Contessa #BF7572

Color information

#BF7572 (or 0xBF7572) is unknown color: approx Contessa. HEX triplet: BF, 75 and 72. RGB value is (191,117,114). Sum of RGB (Red+Green+Blue) = 191+117+114=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7572 is #408A8D. Grayscale: #8A8A8A. Windows color (decimal): -4229774 or 7501247. OLE color: 7501247.

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

Color convert

RGB191117114-
CMYK00.390.400.25
HSL2.34º37.56%59.8%-
HSV(B)2.34º40.31%74.9%-
XYZ30.8825.0119.12-
YUV138.78114.02165.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=45.26%
G=27.73%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111711400.390.400.252.3437.5659.8
HexBF757202728192263c
Octal277165162047503124674
Binary101111111110101111001001001111010001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7572; }

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

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

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

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

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

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

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

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