#BF7072

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

Shades of Turkish Rose #BF7072

Tints of Turkish Rose #BF7072

Color information

#BF7072 (or 0xBF7072) is unknown color: approx Turkish Rose. HEX triplet: BF, 70 and 72. RGB value is (191,112,114). Sum of RGB (Red+Green+Blue) = 191+112+114=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7072 is #408F8D. Grayscale: #878787. Windows color (decimal): -4231054 or 7499967. OLE color: 7499967.

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

Color convert

RGB191112114-
CMYK00.410.400.25
HSL358.48º38.16%59.41%-
HSV(B)358.48º41.36%74.9%-
XYZ30.3223.8818.93-
YUV135.85115.67167.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=45.80%
G=26.86%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111211400.410.400.25358.4838.1659.41
HexBF70720292819166263b
Octal27716016205150315464673
Binary1011111111100001110010010100110100011001101100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7072; }

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

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

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

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

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

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

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

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