Html Css Color HEX #BD7788 Tapestry

📋 copy color: '#BD7788'

red 189 ◦ green 119 ◦ blue 136

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

Shades of Tapestry #BD7788

Tints of Tapestry #BD7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

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

R = 42.57%
G = 26.8%
B = 30.63%

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

#BD7788 (or 0xBD7788) is known color: Tapestry. HEX triplet: BD, 77 and 88. RGB value is (189,119,136). Sum of RGB (Red+Green+Blue) = 189+119+136=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7788 is #428877. Grayscale: #8D8D8D. Windows color (decimal): -4360312 or 8943549. OLE color: 8943549.

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

Color convert

RGB 189 119 136 -
CMYK 0 0.37 0.28 0.26
HSL 345.43º 0.35% 0.6% -
HSV(B) 345.43º 0.37% 0.74% -
XYZ 32.03 25.79 26.58 -
YUV 141.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 189 119 136 0 0.37 0.28 0.26 345.43 0.35 0.6
Hex BD 77 88 0 25 1C 1A 159 23 3C
Octal 275 167 210 0 45 34 32 531 43 74
Binary 10111101 1110111 10001000 0 100101 11100 11010 101011001 100011 111100

Color Harmonies of #BD7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7788

Black with #BD7788

Text Example


Text Example

White with #BD7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7788; }

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

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

background-color css

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

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

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

border-color css

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

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

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