Html Css Color HEX #BD7F8C Tapestry

📋 copy color: '#BD7F8C'

red 189 ◦ green 127 ◦ blue 140

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

Shades of Tapestry #BD7F8C

Tints of Tapestry #BD7F8C

RGB

 RED value IS 189 (74.22% from 255) = 41.45%

 GREEN value IS 127 (50% from 255) = 27.85%

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 41.45%
G = 27.85%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD7F8C (or 0xBD7F8C) is known color: Tapestry. HEX triplet: BD, 7F and 8C. RGB value is (189,127,140). Sum of RGB (Red+Green+Blue) = 189+127+140=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F8C is #428073. Grayscale: #939393. Windows color (decimal): -4358260 or 9207741. OLE color: 9207741.

HSL color Cylindrical-coordinate representation of color #BD7F8C: hue angle of 347.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7F8C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 140 -
CMYK 0 0.33 0.26 0.26
HSL 347.42º 0.32% 0.62% -
HSV(B) 347.42º 0.33% 0.74% -
XYZ 33.31 27.89 28.44 -
YUV 147.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 189 127 140 0 0.33 0.26 0.26 347.42 0.32 0.62
Hex BD 7F 8C 0 21 1A 1A 15B 20 3E
Octal 275 177 214 0 41 32 32 533 40 76
Binary 10111101 1111111 10001100 0 100001 11010 11010 101011011 100000 111110

Color Harmonies of #BD7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F8C

Black with #BD7F8C

Text Example


Text Example

White with #BD7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F8C; }

 p { color: rgb(189,127,140); }

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

background-color css

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

 a { background-color: rgb(189,127,140); }

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

border-color css

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

 span { border-color: rgb(189,127,140); }

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