Html Css Color HEX #BD778F Tapestry

📋 copy color: '#BD778F'

red 189 ◦ green 119 ◦ blue 143

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

Shades of Tapestry #BD778F

Tints of Tapestry #BD778F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 41.91%
G = 26.39%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD778F (or 0xBD778F) is known color: Tapestry. HEX triplet: BD, 77 and 8F. RGB value is (189,119,143). Sum of RGB (Red+Green+Blue) = 189+119+143=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778F is #428870. Grayscale: #8E8E8E. Windows color (decimal): -4360305 or 9402301. OLE color: 9402301.

HSL color Cylindrical-coordinate representation of color #BD778F: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD778F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 143 -
CMYK 0 0.37 0.24 0.26
HSL 339.43º 0.35% 0.6% -
HSV(B) 339.43º 0.37% 0.74% -
XYZ 32.54 26 29.29 -
YUV 142.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 189 119 143 0 0.37 0.24 0.26 339.43 0.35 0.6
Hex BD 77 8F 0 25 18 1A 153 23 3C
Octal 275 167 217 0 45 30 32 523 43 74
Binary 10111101 1110111 10001111 0 100101 11000 11010 101010011 100011 111100

Color Harmonies of #BD778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD778F

Black with #BD778F

Text Example


Text Example

White with #BD778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD778F; }

 p { color: rgb(189,119,143); }

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

background-color css

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

 a { background-color: rgb(189,119,143); }

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

border-color css

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

 span { border-color: rgb(189,119,143); }

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