Html Css Color HEX #BD717C Tapestry

📋 copy color: '#BD717C'

red 189 ◦ green 113 ◦ blue 124

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

Shades of Tapestry #BD717C

Tints of Tapestry #BD717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 44.37%
G = 26.53%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD717C (or 0xBD717C) is known color: Tapestry. HEX triplet: BD, 71 and 7C. RGB value is (189,113,124). Sum of RGB (Red+Green+Blue) = 189+113+124=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD717C is #428E83. Grayscale: #898989. Windows color (decimal): -4361860 or 8155581. OLE color: 8155581.

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

Color convert

RGB 189 113 124 -
CMYK 0 0.40 0.34 0.26
HSL 351.32º 0.37% 0.59% -
HSV(B) 351.32º 0.4% 0.74% -
XYZ 30.53 24.08 22.11 -
YUV 136.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 189 113 124 0 0.40 0.34 0.26 351.32 0.37 0.59
Hex BD 71 7C 0 28 22 1A 15F 25 3B
Octal 275 161 174 0 50 42 32 537 45 73
Binary 10111101 1110001 1111100 0 101000 100010 11010 101011111 100101 111011

Color Harmonies of #BD717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD717C

Black with #BD717C

Text Example


Text Example

White with #BD717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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