Html Css Color HEX #BF696F Turkish Rose

📋 copy color: '#BF696F'

red 191 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #BF696F

Tints of Turkish Rose #BF696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 46.93%
G = 25.8%
B = 27.27%

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

#BF696F (or 0xBF696F) is known color: 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

RGB 191 105 111 -
CMYK 0 0.45 0.42 0.25
HSL 355.81º 0.4% 0.58% -
HSV(B) 355.81º 0.45% 0.75% -
XYZ 29.41 22.33 17.8 -
YUV 131.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 191 105 111 0 0.45 0.42 0.25 355.81 0.4 0.58
Hex BF 69 6F 0 2D 2A 19 164 28 3A
Octal 277 151 157 0 55 52 31 544 50 72
Binary 10111111 1101001 1101111 0 101101 101010 11001 101100100 101000 111010

Color Harmonies of #BF696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF696F

Black with #BF696F

Text Example


Text Example

White with #BF696F

Text Example


Text Example

HTML Codes & Css Web 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>