Html Css Color HEX #BD697C Tapestry

📋 copy color: '#BD697C'

red 189 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #BD697C

Tints of Tapestry #BD697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.12%

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

R = 45.22%
G = 25.12%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD697C (or 0xBD697C) is known color: Tapestry. HEX triplet: BD, 69 and 7C. RGB value is (189,105,124). Sum of RGB (Red+Green+Blue) = 189+105+124=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697C is #429683. Grayscale: #848484. Windows color (decimal): -4363908 or 8153533. OLE color: 8153533.

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

Color convert

RGB 189 105 124 -
CMYK 0 0.44 0.34 0.26
HSL 346.43º 0.39% 0.58% -
HSV(B) 346.43º 0.44% 0.74% -
XYZ 29.68 22.38 21.82 -
YUV 132.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 189 105 124 0 0.44 0.34 0.26 346.43 0.39 0.58
Hex BD 69 7C 0 2C 22 1A 15A 27 3A
Octal 275 151 174 0 54 42 32 532 47 72
Binary 10111101 1101001 1111100 0 101100 100010 11010 101011010 100111 111010

Color Harmonies of #BD697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD697C

Black with #BD697C

Text Example


Text Example

White with #BD697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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