Html Css Color HEX #BD7887 Tapestry

📋 copy color: '#BD7887'

red 189 ◦ green 120 ◦ blue 135

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

Shades of Tapestry #BD7887

Tints of Tapestry #BD7887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 42.57%
G = 27.03%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD7887 (or 0xBD7887) is known color: Tapestry. HEX triplet: BD, 78 and 87. RGB value is (189,120,135). Sum of RGB (Red+Green+Blue) = 189+120+135=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7887 is #428778. Grayscale: #8E8E8E. Windows color (decimal): -4360057 or 8878269. OLE color: 8878269.

HSL color Cylindrical-coordinate representation of color #BD7887: hue angle of 346.96º 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 #BD7887 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 135 -
CMYK 0 0.37 0.29 0.26
HSL 346.96º 0.34% 0.61% -
HSV(B) 346.96º 0.37% 0.74% -
XYZ 32.08 26 26.25 -
YUV 142.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 189 120 135 0 0.37 0.29 0.26 346.96 0.34 0.61
Hex BD 78 87 0 25 1D 1A 15B 22 3D
Octal 275 170 207 0 45 35 32 533 42 75
Binary 10111101 1111000 10000111 0 100101 11101 11010 101011011 100010 111101

Color Harmonies of #BD7887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7887

Black with #BD7887

Text Example


Text Example

White with #BD7887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7887; }

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

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

background-color css

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

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

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

border-color css

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

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

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