Html Css Color HEX #BD6A7C Tapestry

📋 copy color: '#BD6A7C'

red 189 ◦ green 106 ◦ blue 124

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

Shades of Tapestry #BD6A7C

Tints of Tapestry #BD6A7C

RGB

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

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

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

R = 45.11%
G = 25.3%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD6A7C (or 0xBD6A7C) is known color: Tapestry. HEX triplet: BD, 6A and 7C. RGB value is (189,106,124). Sum of RGB (Red+Green+Blue) = 189+106+124=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A7C is #429583. Grayscale: #848484. Windows color (decimal): -4363652 or 8153789. OLE color: 8153789.

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

Color convert

RGB 189 106 124 -
CMYK 0 0.44 0.34 0.26
HSL 346.99º 0.39% 0.58% -
HSV(B) 346.99º 0.44% 0.74% -
XYZ 29.78 22.58 21.86 -
YUV 132.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 189 106 124 0 0.44 0.34 0.26 346.99 0.39 0.58
Hex BD 6A 7C 0 2C 22 1A 15B 27 3A
Octal 275 152 174 0 54 42 32 533 47 72
Binary 10111101 1101010 1111100 0 101100 100010 11010 101011011 100111 111010

Color Harmonies of #BD6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A7C

Black with #BD6A7C

Text Example


Text Example

White with #BD6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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