Html Css Color HEX #BF6F8C Tapestry

📋 copy color: '#BF6F8C'

red 191 ◦ green 111 ◦ blue 140

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

Shades of Tapestry #BF6F8C

Tints of Tapestry #BF6F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 43.21%
G = 25.11%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF6F8C (or 0xBF6F8C) is known color: Tapestry. HEX triplet: BF, 6F and 8C. RGB value is (191,111,140). Sum of RGB (Red+Green+Blue) = 191+111+140=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F8C is #409073. Grayscale: #8A8A8A. Windows color (decimal): -4231284 or 9203647. OLE color: 9203647.

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

Color convert

RGB 191 111 140 -
CMYK 0 0.42 0.27 0.25
HSL 338.25º 0.38% 0.59% -
HSV(B) 338.25º 0.42% 0.75% -
XYZ 31.9 24.34 27.83 -
YUV 138.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 191 111 140 0 0.42 0.27 0.25 338.25 0.38 0.59
Hex BF 6F 8C 0 2A 1B 19 152 26 3B
Octal 277 157 214 0 52 33 31 522 46 73
Binary 10111111 1101111 10001100 0 101010 11011 11001 101010010 100110 111011

Color Harmonies of #BF6F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F8C

Black with #BF6F8C

Text Example


Text Example

White with #BF6F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F8C; }

 p { color: rgb(191,111,140); }

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

background-color css

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

 a { background-color: rgb(191,111,140); }

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

border-color css

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

 span { border-color: rgb(191,111,140); }

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