Html Css Color HEX #BF6871 Turkish Rose

📋 copy color: '#BF6871'

red 191 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #BF6871

Tints of Turkish Rose #BF6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 46.81%
G = 25.49%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6871 (or 0xBF6871) is known color: Turkish Rose. HEX triplet: BF, 68 and 71. RGB value is (191,104,113). Sum of RGB (Red+Green+Blue) = 191+104+113=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6871 is #40978E. Grayscale: #838383. Windows color (decimal): -4233103 or 7432383. OLE color: 7432383.

HSL color Cylindrical-coordinate representation of color #BF6871: hue angle of 353.79º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6871 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 104 113 -
CMYK 0 0.46 0.41 0.25
HSL 353.79º 0.4% 0.58% -
HSV(B) 353.79º 0.46% 0.75% -
XYZ 29.42 22.17 18.35 -
YUV 131.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 191 104 113 0 0.46 0.41 0.25 353.79 0.4 0.58
Hex BF 68 71 0 2E 29 19 162 28 3A
Octal 277 150 161 0 56 51 31 542 50 72
Binary 10111111 1101000 1110001 0 101110 101001 11001 101100010 101000 111010

Color Harmonies of #BF6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6871

Black with #BF6871

Text Example


Text Example

White with #BF6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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