Html Css Color HEX #BD758F Tapestry

📋 copy color: '#BD758F'

red 189 ◦ green 117 ◦ blue 143

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

Shades of Tapestry #BD758F

Tints of Tapestry #BD758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 42.09%
G = 26.06%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD758F (or 0xBD758F) is known color: Tapestry. HEX triplet: BD, 75 and 8F. RGB value is (189,117,143). Sum of RGB (Red+Green+Blue) = 189+117+143=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD758F is #428A70. Grayscale: #8D8D8D. Windows color (decimal): -4360817 or 9401789. OLE color: 9401789.

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

Color convert

RGB 189 117 143 -
CMYK 0 0.38 0.24 0.26
HSL 338.33º 0.35% 0.6% -
HSV(B) 338.33º 0.38% 0.74% -
XYZ 32.31 25.52 29.21 -
YUV 141.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 189 117 143 0 0.38 0.24 0.26 338.33 0.35 0.6
Hex BD 75 8F 0 26 18 1A 152 23 3C
Octal 275 165 217 0 46 30 32 522 43 74
Binary 10111101 1110101 10001111 0 100110 11000 11010 101010010 100011 111100

Color Harmonies of #BD758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD758F

Black with #BD758F

Text Example


Text Example

White with #BD758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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