Html Css Color HEX #BF687B Tapestry

📋 copy color: '#BF687B'

red 191 ◦ green 104 ◦ blue 123

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

Shades of Tapestry #BF687B

Tints of Tapestry #BF687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 45.69%
G = 24.88%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF687B (or 0xBF687B) is known color: Tapestry. HEX triplet: BF, 68 and 7B. RGB value is (191,104,123). Sum of RGB (Red+Green+Blue) = 191+104+123=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF687B is #409784. Grayscale: #848484. Windows color (decimal): -4233093 or 8087743. OLE color: 8087743.

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

Color convert

RGB 191 104 123 -
CMYK 0 0.46 0.36 0.25
HSL 346.9º 0.4% 0.58% -
HSV(B) 346.9º 0.46% 0.75% -
XYZ 30.01 22.41 21.48 -
YUV 132.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 191 104 123 0 0.46 0.36 0.25 346.9 0.4 0.58
Hex BF 68 7B 0 2E 24 19 15B 28 3A
Octal 277 150 173 0 56 44 31 533 50 72
Binary 10111111 1101000 1111011 0 101110 100100 11001 101011011 101000 111010

Color Harmonies of #BF687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF687B

Black with #BF687B

Text Example


Text Example

White with #BF687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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