Html Css Color HEX #BD718B Tapestry

📋 copy color: '#BD718B'

red 189 ◦ green 113 ◦ blue 139

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

Shades of Tapestry #BD718B

Tints of Tapestry #BD718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 42.86%
G = 25.62%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD718B (or 0xBD718B) is known color: Tapestry. HEX triplet: BD, 71 and 8B. RGB value is (189,113,139). Sum of RGB (Red+Green+Blue) = 189+113+139=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD718B is #428E74. Grayscale: #8A8A8A. Windows color (decimal): -4361845 or 9138621. OLE color: 9138621.

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

Color convert

RGB 189 113 139 -
CMYK 0 0.40 0.26 0.26
HSL 339.47º 0.37% 0.59% -
HSV(B) 339.47º 0.4% 0.74% -
XYZ 31.55 24.49 27.49 -
YUV 138.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 189 113 139 0 0.40 0.26 0.26 339.47 0.37 0.59
Hex BD 71 8B 0 28 1A 1A 153 25 3B
Octal 275 161 213 0 50 32 32 523 45 73
Binary 10111101 1110001 10001011 0 101000 11010 11010 101010011 100101 111011

Color Harmonies of #BD718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD718B

Black with #BD718B

Text Example


Text Example

White with #BD718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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