Html Css Color HEX #BD6C84 Tapestry

📋 copy color: '#BD6C84'

red 189 ◦ green 108 ◦ blue 132

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

Shades of Tapestry #BD6C84

Tints of Tapestry #BD6C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 44.06%
G = 25.17%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD6C84 (or 0xBD6C84) is known color: Tapestry. HEX triplet: BD, 6C and 84. RGB value is (189,108,132). Sum of RGB (Red+Green+Blue) = 189+108+132=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6C84 is #42937B. Grayscale: #868686. Windows color (decimal): -4363132 or 8678589. OLE color: 8678589.

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

Color convert

RGB 189 108 132 -
CMYK 0 0.43 0.30 0.26
HSL 342.22º 0.38% 0.58% -
HSV(B) 342.22º 0.43% 0.74% -
XYZ 30.51 23.21 24.7 -
YUV 134.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 189 108 132 0 0.43 0.30 0.26 342.22 0.38 0.58
Hex BD 6C 84 0 2B 1E 1A 156 26 3A
Octal 275 154 204 0 53 36 32 526 46 72
Binary 10111101 1101100 10000100 0 101011 11110 11010 101010110 100110 111010

Color Harmonies of #BD6C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C84

Black with #BD6C84

Text Example


Text Example

White with #BD6C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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