Html Css Color HEX #BD7884 Tapestry

📋 copy color: '#BD7884'

red 189 ◦ green 120 ◦ blue 132

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

Shades of Tapestry #BD7884

Tints of Tapestry #BD7884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.93%

R = 42.86%
G = 27.21%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD7884 (or 0xBD7884) is known color: Tapestry. HEX triplet: BD, 78 and 84. RGB value is (189,120,132). Sum of RGB (Red+Green+Blue) = 189+120+132=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7884 is #42877B. Grayscale: #8E8E8E. Windows color (decimal): -4360060 or 8681661. OLE color: 8681661.

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

Color convert

RGB 189 120 132 -
CMYK 0 0.37 0.30 0.26
HSL 349.57º 0.34% 0.61% -
HSV(B) 349.57º 0.37% 0.74% -
XYZ 31.87 25.92 25.15 -
YUV 142 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 189 120 132 0 0.37 0.30 0.26 349.57 0.34 0.61
Hex BD 78 84 0 25 1E 1A 15E 22 3D
Octal 275 170 204 0 45 36 32 536 42 75
Binary 10111101 1111000 10000100 0 100101 11110 11010 101011110 100010 111101

Color Harmonies of #BD7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7884

Black with #BD7884

Text Example


Text Example

White with #BD7884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7884; }

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

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

background-color css

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

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

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

border-color css

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

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

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