Html Css Color HEX #BF7888 Tapestry

📋 copy color: '#BF7888'

red 191 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #BF7888

Tints of Tapestry #BF7888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

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

R = 42.73%
G = 26.85%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF7888 (or 0xBF7888) is known color: Tapestry. HEX triplet: BF, 78 and 88. RGB value is (191,120,136). Sum of RGB (Red+Green+Blue) = 191+120+136=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7888 is #408777. Grayscale: #8F8F8F. Windows color (decimal): -4228984 or 8943807. OLE color: 8943807.

HSL color Cylindrical-coordinate representation of color #BF7888: hue angle of 346.48º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7888 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 136 -
CMYK 0 0.37 0.29 0.25
HSL 346.48º 0.36% 0.61% -
HSV(B) 346.48º 0.37% 0.75% -
XYZ 32.65 26.29 26.65 -
YUV 143.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 191 120 136 0 0.37 0.29 0.25 346.48 0.36 0.61
Hex BF 78 88 0 25 1D 19 15A 24 3D
Octal 277 170 210 0 45 35 31 532 44 75
Binary 10111111 1111000 10001000 0 100101 11101 11001 101011010 100100 111101

Color Harmonies of #BF7888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7888

Black with #BF7888

Text Example


Text Example

White with #BF7888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7888; }

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

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

background-color css

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

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

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

border-color css

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

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

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