Html Css Color HEX #BF696C Turkish Rose

📋 copy color: '#BF696C'

red 191 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #BF696C

Tints of Turkish Rose #BF696C

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 value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 191 105 108 -
CMYK 0 0.45 0.43 0.25
HSL 357.91º 0.4% 0.58% -
HSV(B) 357.91º 0.45% 0.75% -
XYZ 29.24 22.26 16.94 -
YUV 131.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 191 105 108 0 0.45 0.43 0.25 357.91 0.4 0.58
Hex BF 69 6C 0 2D 2B 19 166 28 3A
Octal 277 151 154 0 55 53 31 546 50 72
Binary 10111111 1101001 1101100 0 101101 101011 11001 101100110 101000 111010

Color Harmonies of #BF696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF696C

Black with #BF696C

Text Example


Text Example

White with #BF696C

Text Example


Text Example

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