Html Css Color HEX #BD687C Tapestry

📋 copy color: '#BD687C'

red 189 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #BD687C

Tints of Tapestry #BD687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

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

R = 45.32%
G = 24.94%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD687C (or 0xBD687C) is known color: Tapestry. HEX triplet: BD, 68 and 7C. RGB value is (189,104,124). Sum of RGB (Red+Green+Blue) = 189+104+124=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD687C is #429783. Grayscale: #838383. Windows color (decimal): -4364164 or 8153277. OLE color: 8153277.

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

Color convert

RGB 189 104 124 -
CMYK 0 0.45 0.34 0.26
HSL 345.88º 0.39% 0.57% -
HSV(B) 345.88º 0.45% 0.74% -
XYZ 29.57 22.17 21.79 -
YUV 131.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 189 104 124 0 0.45 0.34 0.26 345.88 0.39 0.57
Hex BD 68 7C 0 2D 22 1A 15A 27 39
Octal 275 150 174 0 55 42 32 532 47 71
Binary 10111101 1101000 1111100 0 101101 100010 11010 101011010 100111 111001

Color Harmonies of #BD687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD687C

Black with #BD687C

Text Example


Text Example

White with #BD687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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