Html Css Color HEX #BF6870 Turkish Rose

📋 copy color: '#BF6870'

red 191 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #BF6870

Tints of Turkish Rose #BF6870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 46.93%
G = 25.55%
B = 27.52%

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

#BF6870 (or 0xBF6870) is known color: Turkish Rose. HEX triplet: BF, 68 and 70. RGB value is (191,104,112). Sum of RGB (Red+Green+Blue) = 191+104+112=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6870 is #40978F. Grayscale: #828282. Windows color (decimal): -4233104 or 7366847. OLE color: 7366847.

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

Color convert

RGB 191 104 112 -
CMYK 0 0.46 0.41 0.25
HSL 354.48º 0.4% 0.58% -
HSV(B) 354.48º 0.46% 0.75% -
XYZ 29.36 22.15 18.06 -
YUV 130.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 191 104 112 0 0.46 0.41 0.25 354.48 0.4 0.58
Hex BF 68 70 0 2E 29 19 162 28 3A
Octal 277 150 160 0 56 51 31 542 50 72
Binary 10111111 1101000 1110000 0 101110 101001 11001 101100010 101000 111010

Color Harmonies of #BF6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6870

Black with #BF6870

Text Example


Text Example

White with #BF6870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6870; }

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

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

background-color css

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

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

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

border-color css

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

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

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