Html Css Color HEX #BF7588 Tapestry

📋 copy color: '#BF7588'

red 191 ◦ green 117 ◦ blue 136

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

Shades of Tapestry #BF7588

Tints of Tapestry #BF7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 43.02%
G = 26.35%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF7588 (or 0xBF7588) is known color: Tapestry. HEX triplet: BF, 75 and 88. RGB value is (191,117,136). Sum of RGB (Red+Green+Blue) = 191+117+136=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7588 is #408A77. Grayscale: #8D8D8D. Windows color (decimal): -4229752 or 8943039. OLE color: 8943039.

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

Color convert

RGB 191 117 136 -
CMYK 0 0.39 0.29 0.25
HSL 344.59º 0.37% 0.6% -
HSV(B) 344.59º 0.39% 0.75% -
XYZ 32.29 25.58 26.53 -
YUV 141.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 191 117 136 0 0.39 0.29 0.25 344.59 0.37 0.6
Hex BF 75 88 0 27 1D 19 159 25 3C
Octal 277 165 210 0 47 35 31 531 45 74
Binary 10111111 1110101 10001000 0 100111 11101 11001 101011001 100101 111100

Color Harmonies of #BF7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7588

Black with #BF7588

Text Example


Text Example

White with #BF7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7588; }

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

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

background-color css

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

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

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

border-color css

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

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

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