Html Css Color HEX #BD687B Tapestry

📋 copy color: '#BD687B'

red 189 ◦ green 104 ◦ blue 123

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

Shades of Tapestry #BD687B

Tints of Tapestry #BD687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 45.43%
G = 25%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD687B (or 0xBD687B) is known color: Tapestry. HEX triplet: BD, 68 and 7B. RGB value is (189,104,123). Sum of RGB (Red+Green+Blue) = 189+104+123=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD687B is #429784. Grayscale: #838383. Windows color (decimal): -4364165 or 8087741. OLE color: 8087741.

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

Color convert

RGB 189 104 123 -
CMYK 0 0.45 0.35 0.26
HSL 346.59º 0.39% 0.57% -
HSV(B) 346.59º 0.45% 0.74% -
XYZ 29.51 22.15 21.46 -
YUV 131.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 189 104 123 0 0.45 0.35 0.26 346.59 0.39 0.57
Hex BD 68 7B 0 2D 23 1A 15B 27 39
Octal 275 150 173 0 55 43 32 533 47 71
Binary 10111101 1101000 1111011 0 101101 100011 11010 101011011 100111 111001

Color Harmonies of #BD687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD687B

Black with #BD687B

Text Example


Text Example

White with #BD687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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