Html Css Color HEX #BD7088 Tapestry

📋 copy color: '#BD7088'

red 189 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #BD7088

Tints of Tapestry #BD7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

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

R = 43.25%
G = 25.63%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7088 (or 0xBD7088) is known color: Tapestry. HEX triplet: BD, 70 and 88. RGB value is (189,112,136). Sum of RGB (Red+Green+Blue) = 189+112+136=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7088 is #428F77. Grayscale: #898989. Windows color (decimal): -4362104 or 8941757. OLE color: 8941757.

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

Color convert

RGB 189 112 136 -
CMYK 0 0.41 0.28 0.26
HSL 341.3º 0.37% 0.59% -
HSV(B) 341.3º 0.41% 0.74% -
XYZ 31.22 24.18 26.31 -
YUV 137.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 189 112 136 0 0.41 0.28 0.26 341.3 0.37 0.59
Hex BD 70 88 0 29 1C 1A 155 25 3B
Octal 275 160 210 0 51 34 32 525 45 73
Binary 10111101 1110000 10001000 0 101001 11100 11010 101010101 100101 111011

Color Harmonies of #BD7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7088

Black with #BD7088

Text Example


Text Example

White with #BD7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7088; }

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

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

background-color css

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

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

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

border-color css

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

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

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