Html Css Color HEX #BD6A87 Tapestry

📋 copy color: '#BD6A87'

red 189 ◦ green 106 ◦ blue 135

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

Shades of Tapestry #BD6A87

Tints of Tapestry #BD6A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.65%

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 43.95%
G = 24.65%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD6A87 (or 0xBD6A87) is known color: Tapestry. HEX triplet: BD, 6A and 87. RGB value is (189,106,135). Sum of RGB (Red+Green+Blue) = 189+106+135=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A87 is #429578. Grayscale: #868686. Windows color (decimal): -4363641 or 8874685. OLE color: 8874685.

HSL color Cylindrical-coordinate representation of color #BD6A87: hue angle of 339.04º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6A87 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 106 135 -
CMYK 0 0.44 0.29 0.26
HSL 339.04º 0.39% 0.58% -
HSV(B) 339.04º 0.44% 0.74% -
XYZ 30.51 22.88 25.73 -
YUV 134.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 189 106 135 0 0.44 0.29 0.26 339.04 0.39 0.58
Hex BD 6A 87 0 2C 1D 1A 153 27 3A
Octal 275 152 207 0 54 35 32 523 47 72
Binary 10111101 1101010 10000111 0 101100 11101 11010 101010011 100111 111010

Color Harmonies of #BD6A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A87

Black with #BD6A87

Text Example


Text Example

White with #BD6A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A87; }

 p { color: rgb(189,106,135); }

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

background-color css

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

 a { background-color: rgb(189,106,135); }

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

border-color css

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

 span { border-color: rgb(189,106,135); }

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