Html Css Color HEX #BD6687 Tapestry

📋 copy color: '#BD6687'

red 189 ◦ green 102 ◦ blue 135

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

Shades of Tapestry #BD6687

Tints of Tapestry #BD6687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

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

R = 44.37%
G = 23.94%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD6687 (or 0xBD6687) is known color: Tapestry. HEX triplet: BD, 66 and 87. RGB value is (189,102,135). Sum of RGB (Red+Green+Blue) = 189+102+135=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6687 is #429978. Grayscale: #838383. Windows color (decimal): -4364665 or 8873661. OLE color: 8873661.

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

Color convert

RGB 189 102 135 -
CMYK 0 0.46 0.29 0.26
HSL 337.24º 0.4% 0.57% -
HSV(B) 337.24º 0.46% 0.74% -
XYZ 30.11 22.07 25.59 -
YUV 131.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 189 102 135 0 0.46 0.29 0.26 337.24 0.4 0.57
Hex BD 66 87 0 2E 1D 1A 151 28 39
Octal 275 146 207 0 56 35 32 521 50 71
Binary 10111101 1100110 10000111 0 101110 11101 11010 101010001 101000 111001

Color Harmonies of #BD6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6687

Black with #BD6687

Text Example


Text Example

White with #BD6687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6687; }

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

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

background-color css

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

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

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

border-color css

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

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

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