Html Css Color HEX #BD788F Tapestry

📋 copy color: '#BD788F'

red 189 ◦ green 120 ◦ blue 143

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

Shades of Tapestry #BD788F

Tints of Tapestry #BD788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.55%

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

R = 41.81%
G = 26.55%
B = 31.64%

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

#BD788F (or 0xBD788F) is known color: Tapestry. HEX triplet: BD, 78 and 8F. RGB value is (189,120,143). Sum of RGB (Red+Green+Blue) = 189+120+143=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD788F is #428770. Grayscale: #8F8F8F. Windows color (decimal): -4360049 or 9402557. OLE color: 9402557.

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

Color convert

RGB 189 120 143 -
CMYK 0 0.37 0.24 0.26
HSL 340º 0.34% 0.61% -
HSV(B) 340º 0.37% 0.74% -
XYZ 32.66 26.23 29.33 -
YUV 143.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 189 120 143 0 0.37 0.24 0.26 340 0.34 0.61
Hex BD 78 8F 0 25 18 1A 154 22 3D
Octal 275 170 217 0 45 30 32 524 42 75
Binary 10111101 1111000 10001111 0 100101 11000 11010 101010100 100010 111101

Color Harmonies of #BD788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD788F

Black with #BD788F

Text Example


Text Example

White with #BD788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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