#BF6872

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

Shades of Turkish Rose #BF6872

Tints of Turkish Rose #BF6872

Color information

#BF6872 (or 0xBF6872) is unknown color: approx Turkish Rose. HEX triplet: BF, 68 and 72. RGB value is (191,104,114). Sum of RGB (Red+Green+Blue) = 191+104+114=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6872 is #40978D. Grayscale: #838383. Windows color (decimal): -4233102 or 7497919. OLE color: 7497919.

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

Color convert

RGB191104114-
CMYK00.460.400.25
HSL353.1º40.47%57.84%-
HSV(B)353.1º45.55%74.9%-
XYZ29.4722.1918.65-
YUV131.15118.32170.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=46.70%
G=25.43%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110411400.460.400.25353.140.4757.84
HexBF687202E2819161283a
Octal27715016205650315415072
Binary1011111111010001110010010111010100011001101100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6872; }

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

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

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

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

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

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

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

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