Html Css Color HEX #BD718E Tapestry

📋 copy color: '#BD718E'

red 189 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #BD718E

Tints of Tapestry #BD718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 42.57%
G = 25.45%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD718E (or 0xBD718E) is known color: Tapestry. HEX triplet: BD, 71 and 8E. RGB value is (189,113,142). Sum of RGB (Red+Green+Blue) = 189+113+142=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD718E is #428E71. Grayscale: #8A8A8A. Windows color (decimal): -4361842 or 9335229. OLE color: 9335229.

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

Color convert

RGB 189 113 142 -
CMYK 0 0.40 0.25 0.26
HSL 337.11º 0.37% 0.59% -
HSV(B) 337.11º 0.4% 0.74% -
XYZ 31.77 24.58 28.66 -
YUV 139.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 189 113 142 0 0.40 0.25 0.26 337.11 0.37 0.59
Hex BD 71 8E 0 28 19 1A 151 25 3B
Octal 275 161 216 0 50 31 32 521 45 73
Binary 10111101 1110001 10001110 0 101000 11001 11010 101010001 100101 111011

Color Harmonies of #BD718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD718E

Black with #BD718E

Text Example


Text Example

White with #BD718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD718E; }

 p { color: rgb(189,113,142); }

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

background-color css

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

 a { background-color: rgb(189,113,142); }

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

border-color css

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

 span { border-color: rgb(189,113,142); }

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