Html Css Color HEX #BF7487 Tapestry

📋 copy color: '#BF7487'

red 191 ◦ green 116 ◦ blue 135

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

Shades of Tapestry #BF7487

Tints of Tapestry #BF7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 135 (53.13% from 255) = 30.54%

R = 43.21%
G = 26.24%
B = 30.54%

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

#BF7487 (or 0xBF7487) is known color: Tapestry. HEX triplet: BF, 74 and 87. RGB value is (191,116,135). Sum of RGB (Red+Green+Blue) = 191+116+135=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7487 is #408B78. Grayscale: #8C8C8C. Windows color (decimal): -4230009 or 8877247. OLE color: 8877247.

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

Color convert

RGB 191 116 135 -
CMYK 0 0.39 0.29 0.25
HSL 344.8º 0.37% 0.6% -
HSV(B) 344.8º 0.39% 0.75% -
XYZ 32.1 25.32 26.12 -
YUV 140.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 191 116 135 0 0.39 0.29 0.25 344.8 0.37 0.6
Hex BF 74 87 0 27 1D 19 159 25 3C
Octal 277 164 207 0 47 35 31 531 45 74
Binary 10111111 1110100 10000111 0 100111 11101 11001 101011001 100101 111100

Color Harmonies of #BF7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7487

Black with #BF7487

Text Example


Text Example

White with #BF7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7487; }

 p { color: rgb(191,116,135); }

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

background-color css

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

 a { background-color: rgb(191,116,135); }

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

border-color css

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

 span { border-color: rgb(191,116,135); }

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