Html Css Color HEX #BD7791 Tapestry

📋 copy color: '#BD7791'

red 189 ◦ green 119 ◦ blue 145

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

Shades of Tapestry #BD7791

Tints of Tapestry #BD7791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.01%

R = 41.72%
G = 26.27%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD7791 (or 0xBD7791) is known color: Tapestry. HEX triplet: BD, 77 and 91. RGB value is (189,119,145). Sum of RGB (Red+Green+Blue) = 189+119+145=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7791 is #42886E. Grayscale: #8E8E8E. Windows color (decimal): -4360303 or 9533373. OLE color: 9533373.

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

Color convert

RGB 189 119 145 -
CMYK 0 0.37 0.23 0.26
HSL 337.71º 0.35% 0.6% -
HSV(B) 337.71º 0.37% 0.74% -
XYZ 32.69 26.06 30.09 -
YUV 142.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 189 119 145 0 0.37 0.23 0.26 337.71 0.35 0.6
Hex BD 77 91 0 25 17 1A 152 23 3C
Octal 275 167 221 0 45 27 32 522 43 74
Binary 10111101 1110111 10010001 0 100101 10111 11010 101010010 100011 111100

Color Harmonies of #BD7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7791

Black with #BD7791

Text Example


Text Example

White with #BD7791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7791; }

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

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

background-color css

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

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

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

border-color css

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

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

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