#BF696A

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

Shades of Turkish Rose #BF696A

Tints of Turkish Rose #BF696A

Color information

#BF696A (or 0xBF696A) is unknown color: approx Turkish Rose. HEX triplet: BF, 69 and 6A. RGB value is (191,105,106). Sum of RGB (Red+Green+Blue) = 191+105+106=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF696A is #409695. Grayscale: #828282. Windows color (decimal): -4232854 or 6973887. OLE color: 6973887.

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

Color convert

RGB191105106-
CMYK00.450.450.25
HSL359.3º40.19%58.04%-
HSV(B)359.3º45.03%74.9%-
XYZ29.1422.2216.39-
YUV130.83113.99170.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=47.51%
G=26.12%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110510600.450.450.25359.340.1958.04
HexBF696A02D2D19167283a
Octal27715115205555315475072
Binary1011111111010011101010010110110110111001101100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF696A; }

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

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

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

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

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

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

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

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