Html Css Color HEX #BD7888 Tapestry

📋 copy color: '#BD7888'

red 189 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #BD7888

Tints of Tapestry #BD7888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 42.47%
G = 26.97%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7888 (or 0xBD7888) is known color: Tapestry. HEX triplet: BD, 78 and 88. RGB value is (189,120,136). Sum of RGB (Red+Green+Blue) = 189+120+136=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7888 is #428777. Grayscale: #8E8E8E. Windows color (decimal): -4360056 or 8943805. OLE color: 8943805.

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

Color convert

RGB 189 120 136 -
CMYK 0 0.37 0.28 0.26
HSL 346.09º 0.34% 0.61% -
HSV(B) 346.09º 0.37% 0.74% -
XYZ 32.15 26.03 26.62 -
YUV 142.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 189 120 136 0 0.37 0.28 0.26 346.09 0.34 0.61
Hex BD 78 88 0 25 1C 1A 15A 22 3D
Octal 275 170 210 0 45 34 32 532 42 75
Binary 10111101 1111000 10001000 0 100101 11100 11010 101011010 100010 111101

Color Harmonies of #BD7888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7888

Black with #BD7888

Text Example


Text Example

White with #BD7888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7888; }

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

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

background-color css

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

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

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

border-color css

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

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

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