#BF7071

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

Shades of Turkish Rose #BF7071

Tints of Turkish Rose #BF7071

Color information

#BF7071 (or 0xBF7071) is unknown color: approx Turkish Rose. HEX triplet: BF, 70 and 71. RGB value is (191,112,113). Sum of RGB (Red+Green+Blue) = 191+112+113=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7071 is #408F8E. Grayscale: #878787. Windows color (decimal): -4231055 or 7434431. OLE color: 7434431.

HSL color Cylindrical-coordinate representation of color #BF7071: hue angle of 359.24º 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 #BF7071 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191112113-
CMYK00.410.410.25
HSL359.24º38.16%59.41%-
HSV(B)359.24º41.36%74.9%-
XYZ30.2623.8618.63-
YUV135.73115.17167.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=45.91%
G=26.92%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111211300.410.410.25359.2438.1659.41
HexBF70710292919167263b
Octal27716016105151315474673
Binary1011111111100001110001010100110100111001101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7071; }

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

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

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

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

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

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

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

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