Html Css Color HEX #BF677F Tapestry

📋 copy color: '#BF677F'

red 191 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #BF677F

Tints of Tapestry #BF677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.47%

 BLUE value IS 127 (50% from 255) = 30.17%

R = 45.37%
G = 24.47%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF677F (or 0xBF677F) is known color: Tapestry. HEX triplet: BF, 67 and 7F. RGB value is (191,103,127). Sum of RGB (Red+Green+Blue) = 191+103+127=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF677F is #409880. Grayscale: #848484. Windows color (decimal): -4233345 or 8349631. OLE color: 8349631.

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

Color convert

RGB 191 103 127 -
CMYK 0 0.46 0.34 0.25
HSL 343.64º 0.41% 0.58% -
HSV(B) 343.64º 0.46% 0.75% -
XYZ 30.17 22.31 22.79 -
YUV 132.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 191 103 127 0 0.46 0.34 0.25 343.64 0.41 0.58
Hex BF 67 7F 0 2E 22 19 158 29 3A
Octal 277 147 177 0 56 42 31 530 51 72
Binary 10111111 1100111 1111111 0 101110 100010 11001 101011000 101001 111010

Color Harmonies of #BF677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF677F

Black with #BF677F

Text Example


Text Example

White with #BF677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF677F; }

 p { color: rgb(191,103,127); }

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

background-color css

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

 a { background-color: rgb(191,103,127); }

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

border-color css

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

 span { border-color: rgb(191,103,127); }

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