Html Css Color HEX #BF6971 Turkish Rose

📋 copy color: '#BF6971'

red 191 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #BF6971

Tints of Turkish Rose #BF6971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 46.7%
G = 25.67%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6971 (or 0xBF6971) is known color: Turkish Rose. HEX triplet: BF, 69 and 71. RGB value is (191,105,113). Sum of RGB (Red+Green+Blue) = 191+105+113=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6971 is #40968E. Grayscale: #838383. Windows color (decimal): -4232847 or 7432639. OLE color: 7432639.

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

Color convert

RGB 191 105 113 -
CMYK 0 0.45 0.41 0.25
HSL 354.42º 0.4% 0.58% -
HSV(B) 354.42º 0.45% 0.75% -
XYZ 29.52 22.37 18.39 -
YUV 131.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 191 105 113 0 0.45 0.41 0.25 354.42 0.4 0.58
Hex BF 69 71 0 2D 29 19 162 28 3A
Octal 277 151 161 0 55 51 31 542 50 72
Binary 10111111 1101001 1110001 0 101101 101001 11001 101100010 101000 111010

Color Harmonies of #BF6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6971

Black with #BF6971

Text Example


Text Example

White with #BF6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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