Html Css Color HEX #BD6A8B Tapestry

📋 copy color: '#BD6A8B'

red 189 ◦ green 106 ◦ blue 139

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

Shades of Tapestry #BD6A8B

Tints of Tapestry #BD6A8B

RGB

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

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

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

R = 43.55%
G = 24.42%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD6A8B (or 0xBD6A8B) is known color: Tapestry. HEX triplet: BD, 6A and 8B. RGB value is (189,106,139). Sum of RGB (Red+Green+Blue) = 189+106+139=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A8B is #429574. Grayscale: #868686. Windows color (decimal): -4363637 or 9136829. OLE color: 9136829.

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

Color convert

RGB 189 106 139 -
CMYK 0 0.44 0.26 0.26
HSL 336.14º 0.39% 0.58% -
HSV(B) 336.14º 0.44% 0.74% -
XYZ 30.8 22.99 27.24 -
YUV 134.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 189 106 139 0 0.44 0.26 0.26 336.14 0.39 0.58
Hex BD 6A 8B 0 2C 1A 1A 150 27 3A
Octal 275 152 213 0 54 32 32 520 47 72
Binary 10111101 1101010 10001011 0 101100 11010 11010 101010000 100111 111010

Color Harmonies of #BD6A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A8B

Black with #BD6A8B

Text Example


Text Example

White with #BD6A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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