Html Css Color HEX #BD758D Tapestry

📋 copy color: '#BD758D'

red 189 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #BD758D

Tints of Tapestry #BD758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 42.28%
G = 26.17%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD758D (or 0xBD758D) is known color: Tapestry. HEX triplet: BD, 75 and 8D. RGB value is (189,117,141). Sum of RGB (Red+Green+Blue) = 189+117+141=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD758D is #428A72. Grayscale: #8D8D8D. Windows color (decimal): -4360819 or 9270717. OLE color: 9270717.

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

Color convert

RGB 189 117 141 -
CMYK 0 0.38 0.25 0.26
HSL 340º 0.35% 0.6% -
HSV(B) 340º 0.38% 0.74% -
XYZ 32.16 25.46 28.42 -
YUV 141.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 189 117 141 0 0.38 0.25 0.26 340 0.35 0.6
Hex BD 75 8D 0 26 19 1A 154 23 3C
Octal 275 165 215 0 46 31 32 524 43 74
Binary 10111101 1110101 10001101 0 100110 11001 11010 101010100 100011 111100

Color Harmonies of #BD758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD758D

Black with #BD758D

Text Example


Text Example

White with #BD758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD758D; }

 p { color: rgb(189,117,141); }

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

background-color css

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

 a { background-color: rgb(189,117,141); }

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

border-color css

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

 span { border-color: rgb(189,117,141); }

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