#BF6F75

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

Shades of Turkish Rose #BF6F75

Tints of Turkish Rose #BF6F75

Color information

#BF6F75 (or 0xBF6F75) is unknown color: approx Turkish Rose. HEX triplet: BF, 6F and 75. RGB value is (191,111,117). Sum of RGB (Red+Green+Blue) = 191+111+117=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F75 is #40908A. Grayscale: #878787. Windows color (decimal): -4231307 or 7696319. OLE color: 7696319.

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

Color convert

RGB191111117-
CMYK00.420.390.25
HSL355.5º38.46%59.22%-
HSV(B)355.5º41.88%74.9%-
XYZ30.3823.7319.81-
YUV135.6117.5167.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=45.58%
G=26.49%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111111700.420.390.25355.538.4659.22
HexBF6F7502A2719164263b
Octal27715716505247315444673
Binary1011111111011111110101010101010011111001101100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F75; }

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

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

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

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

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

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

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

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