Html Css Color HEX #BD6C7E Tapestry

📋 copy color: '#BD6C7E'

red 189 ◦ green 108 ◦ blue 126

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

Shades of Tapestry #BD6C7E

Tints of Tapestry #BD6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 44.68%
G = 25.53%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD6C7E (or 0xBD6C7E) is known color: Tapestry. HEX triplet: BD, 6C and 7E. RGB value is (189,108,126). Sum of RGB (Red+Green+Blue) = 189+108+126=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C7E is #429381. Grayscale: #868686. Windows color (decimal): -4363138 or 8285373. OLE color: 8285373.

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

Color convert

RGB 189 108 126 -
CMYK 0 0.43 0.33 0.26
HSL 346.67º 0.38% 0.58% -
HSV(B) 346.67º 0.43% 0.74% -
XYZ 30.11 23.05 22.6 -
YUV 134.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 189 108 126 0 0.43 0.33 0.26 346.67 0.38 0.58
Hex BD 6C 7E 0 2B 21 1A 15B 26 3A
Octal 275 154 176 0 53 41 32 533 46 72
Binary 10111101 1101100 1111110 0 101011 100001 11010 101011011 100110 111010

Color Harmonies of #BD6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C7E

Black with #BD6C7E

Text Example


Text Example

White with #BD6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C7E; }

 p { color: rgb(189,108,126); }

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

background-color css

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

 a { background-color: rgb(189,108,126); }

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

border-color css

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

 span { border-color: rgb(189,108,126); }

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