Html Css Color HEX #BD687E Tapestry

📋 copy color: '#BD687E'

red 189 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #BD687E

Tints of Tapestry #BD687E

RGB

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

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

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

R = 45.11%
G = 24.82%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD687E (or 0xBD687E) is known color: Tapestry. HEX triplet: BD, 68 and 7E. RGB value is (189,104,126). Sum of RGB (Red+Green+Blue) = 189+104+126=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD687E is #429781. Grayscale: #838383. Windows color (decimal): -4364162 or 8284349. OLE color: 8284349.

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

Color convert

RGB 189 104 126 -
CMYK 0 0.45 0.33 0.26
HSL 344.47º 0.39% 0.57% -
HSV(B) 344.47º 0.45% 0.74% -
XYZ 29.7 22.23 22.46 -
YUV 131.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 189 104 126 0 0.45 0.33 0.26 344.47 0.39 0.57
Hex BD 68 7E 0 2D 21 1A 158 27 39
Octal 275 150 176 0 55 41 32 530 47 71
Binary 10111101 1101000 1111110 0 101101 100001 11010 101011000 100111 111001

Color Harmonies of #BD687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD687E

Black with #BD687E

Text Example


Text Example

White with #BD687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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