#BF696F

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

Shades of Turkish Rose #BF696F

Tints of Turkish Rose #BF696F

Color information

#BF696F (or 0xBF696F) is unknown color: approx Turkish Rose. HEX triplet: BF, 69 and 6F. RGB value is (191,105,111). Sum of RGB (Red+Green+Blue) = 191+105+111=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF696F is #409690. Grayscale: #838383. Windows color (decimal): -4232849 or 7301567. OLE color: 7301567.

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

Color convert

RGB191105111-
CMYK00.450.420.25
HSL355.81º40.19%58.04%-
HSV(B)355.81º45.03%74.9%-
XYZ29.4122.3317.8-
YUV131.4116.49170.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=46.93%
G=25.80%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110511100.450.420.25355.8140.1958.04
HexBF696F02D2A19164283a
Octal27715115705552315445072
Binary1011111111010011101111010110110101011001101100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF696F; }

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

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

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

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

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

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

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

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