#BF7175

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

Shades of Turkish Rose #BF7175

Tints of Turkish Rose #BF7175

Color information

#BF7175 (or 0xBF7175) is unknown color: approx Turkish Rose. HEX triplet: BF, 71 and 75. RGB value is (191,113,117). Sum of RGB (Red+Green+Blue) = 191+113+117=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7175 is #408E8A. Grayscale: #888888. Windows color (decimal): -4230795 or 7696831. OLE color: 7696831.

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

Color convert

RGB191113117-
CMYK00.410.390.25
HSL356.92º37.86%59.61%-
HSV(B)356.92º40.84%74.9%-
XYZ30.624.1719.88-
YUV136.78116.84166.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=45.37%
G=26.84%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111311700.410.390.25356.9237.8659.61
HexBF71750292719165263c
Octal27716116505147315454674
Binary1011111111100011110101010100110011111001101100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7175; }

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

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

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

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

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

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

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

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