Html Css Color HEX #BF696E Turkish Rose

📋 copy color: '#BF696E'

red 191 ◦ green 105 ◦ blue 110

#BF696E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #BF696E

Tints of Turkish Rose #BF696E

RGB

 RED value IS 191 (75% from 255) = 47.04%

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 47.04%
G = 25.86%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF696E (or 0xBF696E) is known color: Turkish Rose. HEX triplet: BF, 69 and 6E. RGB value is (191,105,110). Sum of RGB (Red+Green+Blue) = 191+105+110=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF696E is #409691. Grayscale: #838383. Windows color (decimal): -4232850 or 7236031. OLE color: 7236031.

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

Color convert

RGB 191 105 110 -
CMYK 0 0.45 0.42 0.25
HSL 356.51º 0.4% 0.58% -
HSV(B) 356.51º 0.45% 0.75% -
XYZ 29.35 22.31 17.51 -
YUV 131.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 191 105 110 0 0.45 0.42 0.25 356.51 0.4 0.58
Hex BF 69 6E 0 2D 2A 19 165 28 3A
Octal 277 151 156 0 55 52 31 545 50 72
Binary 10111111 1101001 1101110 0 101101 101010 11001 101100101 101000 111010

Color Harmonies of #BF696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF696E

Black with #BF696E

Text Example


Text Example

White with #BF696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF696E; }

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

 H1.HeaderClassName
 {
   color: #BF696E;
 }
 .AnyTagClassName
 {
   color: #BF696E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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