Html Css Color HEX #BF6988 Tapestry

📋 copy color: '#BF6988'

red 191 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #BF6988

Tints of Tapestry #BF6988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 44.21%
G = 24.31%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF6988 (or 0xBF6988) is known color: Tapestry. HEX triplet: BF, 69 and 88. RGB value is (191,105,136). Sum of RGB (Red+Green+Blue) = 191+105+136=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6988 is #409677. Grayscale: #868686. Windows color (decimal): -4232824 or 8939967. OLE color: 8939967.

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

Color convert

RGB 191 105 136 -
CMYK 0 0.45 0.29 0.25
HSL 338.37º 0.4% 0.58% -
HSV(B) 338.37º 0.45% 0.75% -
XYZ 30.98 22.96 26.09 -
YUV 134.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 191 105 136 0 0.45 0.29 0.25 338.37 0.4 0.58
Hex BF 69 88 0 2D 1D 19 152 28 3A
Octal 277 151 210 0 55 35 31 522 50 72
Binary 10111111 1101001 10001000 0 101101 11101 11001 101010010 101000 111010

Color Harmonies of #BF6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6988

Black with #BF6988

Text Example


Text Example

White with #BF6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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