Html Css Color HEX #BF686A Turkish Rose

📋 copy color: '#BF686A'

red 191 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #BF686A

Tints of Turkish Rose #BF686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 47.63%
G = 25.94%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF686A (or 0xBF686A) is known color: Turkish Rose. HEX triplet: BF, 68 and 6A. RGB value is (191,104,106). Sum of RGB (Red+Green+Blue) = 191+104+106=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF686A is #409795. Grayscale: #828282. Windows color (decimal): -4233110 or 6973631. OLE color: 6973631.

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

Color convert

RGB 191 104 106 -
CMYK 0 0.46 0.45 0.25
HSL 358.62º 0.4% 0.58% -
HSV(B) 358.62º 0.46% 0.75% -
XYZ 29.04 22.02 16.36 -
YUV 130.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 191 104 106 0 0.46 0.45 0.25 358.62 0.4 0.58
Hex BF 68 6A 0 2E 2D 19 167 28 3A
Octal 277 150 152 0 56 55 31 547 50 72
Binary 10111111 1101000 1101010 0 101110 101101 11001 101100111 101000 111010

Color Harmonies of #BF686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF686A

Black with #BF686A

Text Example


Text Example

White with #BF686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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