Html Css Color HEX #BF6B7C Tapestry

📋 copy color: '#BF6B7C'

red 191 ◦ green 107 ◦ blue 124

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

Shades of Tapestry #BF6B7C

Tints of Tapestry #BF6B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 45.26%
G = 25.36%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF6B7C (or 0xBF6B7C) is known color: Tapestry. HEX triplet: BF, 6B and 7C. RGB value is (191,107,124). Sum of RGB (Red+Green+Blue) = 191+107+124=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B7C is #409483. Grayscale: #868686. Windows color (decimal): -4232324 or 8154047. OLE color: 8154047.

HSL color Cylindrical-coordinate representation of color #BF6B7C: hue angle of 347.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6B7C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 124 -
CMYK 0 0.44 0.35 0.25
HSL 347.86º 0.4% 0.58% -
HSV(B) 347.86º 0.44% 0.75% -
XYZ 30.38 23.05 21.92 -
YUV 134.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 191 107 124 0 0.44 0.35 0.25 347.86 0.4 0.58
Hex BF 6B 7C 0 2C 23 19 15C 28 3A
Octal 277 153 174 0 54 43 31 534 50 72
Binary 10111111 1101011 1111100 0 101100 100011 11001 101011100 101000 111010

Color Harmonies of #BF6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B7C

Black with #BF6B7C

Text Example


Text Example

White with #BF6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B7C; }

 p { color: rgb(191,107,124); }

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

background-color css

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

 a { background-color: rgb(191,107,124); }

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

border-color css

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

 span { border-color: rgb(191,107,124); }

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