Html Css Color HEX #BF6785 Tapestry

📋 copy color: '#BF6785'

red 191 ◦ green 103 ◦ blue 133

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

Shades of Tapestry #BF6785

Tints of Tapestry #BF6785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 44.73%
G = 24.12%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF6785 (or 0xBF6785) is known color: Tapestry. HEX triplet: BF, 67 and 85. RGB value is (191,103,133). Sum of RGB (Red+Green+Blue) = 191+103+133=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6785 is #40987A. Grayscale: #848484. Windows color (decimal): -4233339 or 8742847. OLE color: 8742847.

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

Color convert

RGB 191 103 133 -
CMYK 0 0.46 0.30 0.25
HSL 339.55º 0.41% 0.58% -
HSV(B) 339.55º 0.46% 0.75% -
XYZ 30.57 22.47 24.92 -
YUV 132.73 128.15 169.56 -
System Red Green Blue C M Y K H S L
Decimal 191 103 133 0 0.46 0.30 0.25 339.55 0.41 0.58
Hex BF 67 85 0 2E 1E 19 154 29 3A
Octal 277 147 205 0 56 36 31 524 51 72
Binary 10111111 1100111 10000101 0 101110 11110 11001 101010100 101001 111010

Color Harmonies of #BF6785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6785

Black with #BF6785

Text Example


Text Example

White with #BF6785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6785; }

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

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

background-color css

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

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

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

border-color css

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

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

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