Html Css Color HEX #BF6D8A Tapestry

📋 copy color: '#BF6D8A'

red 191 ◦ green 109 ◦ blue 138

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

Shades of Tapestry #BF6D8A

Tints of Tapestry #BF6D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 43.61%
G = 24.89%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF6D8A (or 0xBF6D8A) is known color: Tapestry. HEX triplet: BF, 6D and 8A. RGB value is (191,109,138). Sum of RGB (Red+Green+Blue) = 191+109+138=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D8A is #409275. Grayscale: #888888. Windows color (decimal): -4231798 or 9072063. OLE color: 9072063.

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

Color convert

RGB 191 109 138 -
CMYK 0 0.43 0.28 0.25
HSL 338.78º 0.39% 0.59% -
HSV(B) 338.78º 0.43% 0.75% -
XYZ 31.54 23.85 26.99 -
YUV 136.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 191 109 138 0 0.43 0.28 0.25 338.78 0.39 0.59
Hex BF 6D 8A 0 2B 1C 19 153 27 3B
Octal 277 155 212 0 53 34 31 523 47 73
Binary 10111111 1101101 10001010 0 101011 11100 11001 101010011 100111 111011

Color Harmonies of #BF6D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6D8A

Black with #BF6D8A

Text Example


Text Example

White with #BF6D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6D8A; }

 p { color: rgb(191,109,138); }

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

background-color css

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

 a { background-color: rgb(191,109,138); }

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

border-color css

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

 span { border-color: rgb(191,109,138); }

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