#BF6F73

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

Shades of Turkish Rose #BF6F73

Tints of Turkish Rose #BF6F73

Color information

#BF6F73 (or 0xBF6F73) is unknown color: approx Turkish Rose. HEX triplet: BF, 6F and 73. RGB value is (191,111,115). Sum of RGB (Red+Green+Blue) = 191+111+115=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F73 is #40908C. Grayscale: #878787. Windows color (decimal): -4231309 or 7565247. OLE color: 7565247.

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

Color convert

RGB191111115-
CMYK00.420.400.25
HSL357º38.46%59.22%-
HSV(B)357º41.88%74.9%-
XYZ30.2623.6819.2-
YUV135.38116.5167.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=45.80%
G=26.62%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111111500.420.400.2535738.4659.22
HexBF6F7302A2819165263b
Octal27715716305250315454673
Binary1011111111011111110011010101010100011001101100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F73; }

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

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

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

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

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

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

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

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