Html Css Color HEX #BF6B7E Tapestry

📋 copy color: '#BF6B7E'

red 191 ◦ green 107 ◦ blue 126

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

Shades of Tapestry #BF6B7E

Tints of Tapestry #BF6B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.72%

R = 45.05%
G = 25.24%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF6B7E (or 0xBF6B7E) is known color: Tapestry. HEX triplet: BF, 6B and 7E. RGB value is (191,107,126). Sum of RGB (Red+Green+Blue) = 191+107+126=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B7E is #409481. Grayscale: #868686. Windows color (decimal): -4232322 or 8285119. OLE color: 8285119.

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

Color convert

RGB 191 107 126 -
CMYK 0 0.44 0.34 0.25
HSL 346.43º 0.4% 0.58% -
HSV(B) 346.43º 0.44% 0.75% -
XYZ 30.51 23.1 22.59 -
YUV 134.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 191 107 126 0 0.44 0.34 0.25 346.43 0.4 0.58
Hex BF 6B 7E 0 2C 22 19 15A 28 3A
Octal 277 153 176 0 54 42 31 532 50 72
Binary 10111111 1101011 1111110 0 101100 100010 11001 101011010 101000 111010

Color Harmonies of #BF6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B7E

Black with #BF6B7E

Text Example


Text Example

White with #BF6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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