Html Css Color HEX #BF6380 Tapestry

📋 copy color: '#BF6380'

red 191 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #BF6380

Tints of Tapestry #BF6380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 45.69%
G = 23.68%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF6380 (or 0xBF6380) is known color: Tapestry. HEX triplet: BF, 63 and 80. RGB value is (191,99,128). Sum of RGB (Red+Green+Blue) = 191+99+128=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6380 is #409C7F. Grayscale: #818181. Windows color (decimal): -4234368 or 8414143. OLE color: 8414143.

HSL color Cylindrical-coordinate representation of color #BF6380: hue angle of 341.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6380 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 128 -
CMYK 0 0.48 0.33 0.25
HSL 341.09º 0.42% 0.57% -
HSV(B) 341.09º 0.48% 0.75% -
XYZ 29.84 21.56 23.01 -
YUV 129.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 191 99 128 0 0.48 0.33 0.25 341.09 0.42 0.57
Hex BF 63 80 0 30 21 19 155 2A 39
Octal 277 143 200 0 60 41 31 525 52 71
Binary 10111111 1100011 10000000 0 110000 100001 11001 101010101 101010 111001

Color Harmonies of #BF6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6380

Black with #BF6380

Text Example


Text Example

White with #BF6380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6380; }

 p { color: rgb(191,99,128); }

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

background-color css

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

 a { background-color: rgb(191,99,128); }

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

border-color css

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

 span { border-color: rgb(191,99,128); }

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