Html Css Color HEX #BF758B Tapestry

📋 copy color: '#BF758B'

red 191 ◦ green 117 ◦ blue 139

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

Shades of Tapestry #BF758B

Tints of Tapestry #BF758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 42.73%
G = 26.17%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF758B (or 0xBF758B) is known color: Tapestry. HEX triplet: BF, 75 and 8B. RGB value is (191,117,139). Sum of RGB (Red+Green+Blue) = 191+117+139=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758B is #408A74. Grayscale: #8D8D8D. Windows color (decimal): -4229749 or 9139647. OLE color: 9139647.

HSL color Cylindrical-coordinate representation of color #BF758B: hue angle of 342.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF758B is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 139 -
CMYK 0 0.39 0.27 0.25
HSL 342.16º 0.37% 0.6% -
HSV(B) 342.16º 0.39% 0.75% -
XYZ 32.51 25.66 27.67 -
YUV 141.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 191 117 139 0 0.39 0.27 0.25 342.16 0.37 0.6
Hex BF 75 8B 0 27 1B 19 156 25 3C
Octal 277 165 213 0 47 33 31 526 45 74
Binary 10111111 1110101 10001011 0 100111 11011 11001 101010110 100101 111100

Color Harmonies of #BF758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF758B

Black with #BF758B

Text Example


Text Example

White with #BF758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF758B; }

 p { color: rgb(191,117,139); }

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

background-color css

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

 a { background-color: rgb(191,117,139); }

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

border-color css

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

 span { border-color: rgb(191,117,139); }

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