#BF696C

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

Shades of Turkish Rose #BF696C

Tints of Turkish Rose #BF696C

Color information

#BF696C (or 0xBF696C) is unknown color: approx Turkish Rose. HEX triplet: BF, 69 and 6C. RGB value is (191,105,108). Sum of RGB (Red+Green+Blue) = 191+105+108=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF696C is #409693. Grayscale: #838383. Windows color (decimal): -4232852 or 7104959. OLE color: 7104959.

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

Color convert

RGB191105108-
CMYK00.450.430.25
HSL357.91º40.19%58.04%-
HSV(B)357.91º45.03%74.9%-
XYZ29.2422.2616.94-
YUV131.06114.99170.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=47.28%
G=25.99%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110510800.450.430.25357.9140.1958.04
HexBF696C02D2B19166283a
Octal27715115405553315465072
Binary1011111111010011101100010110110101111001101100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF696C; }

 p { color: rgb(191,105,108); }

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

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

 a { background-color: rgb(191,105,108); }

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

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

 span { border-color: rgb(191,105,108); }

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