Html Css Color HEX #BF6677 Tapestry

📋 copy color: '#BF6677'

red 191 ◦ green 102 ◦ blue 119

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

Shades of Tapestry #BF6677

Tints of Tapestry #BF6677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 46.36%
G = 24.76%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF6677 (or 0xBF6677) is known color: Tapestry. HEX triplet: BF, 66 and 77. RGB value is (191,102,119). Sum of RGB (Red+Green+Blue) = 191+102+119=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6677 is #409988. Grayscale: #828282. Windows color (decimal): -4233609 or 7825087. OLE color: 7825087.

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

Color convert

RGB 191 102 119 -
CMYK 0 0.47 0.38 0.25
HSL 348.54º 0.41% 0.57% -
HSV(B) 348.54º 0.47% 0.75% -
XYZ 29.57 21.91 20.12 -
YUV 130.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 191 102 119 0 0.47 0.38 0.25 348.54 0.41 0.57
Hex BF 66 77 0 2F 26 19 15D 29 39
Octal 277 146 167 0 57 46 31 535 51 71
Binary 10111111 1100110 1110111 0 101111 100110 11001 101011101 101001 111001

Color Harmonies of #BF6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6677

Black with #BF6677

Text Example


Text Example

White with #BF6677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6677; }

 p { color: rgb(191,102,119); }

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

background-color css

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

 a { background-color: rgb(191,102,119); }

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

border-color css

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

 span { border-color: rgb(191,102,119); }

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