Html Css Color HEX #BD698C Tapestry

📋 copy color: '#BD698C'

red 189 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #BD698C

Tints of Tapestry #BD698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 43.55%
G = 24.19%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD698C (or 0xBD698C) is known color: Tapestry. HEX triplet: BD, 69 and 8C. RGB value is (189,105,140). Sum of RGB (Red+Green+Blue) = 189+105+140=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698C is #429673. Grayscale: #868686. Windows color (decimal): -4363892 or 9202109. OLE color: 9202109.

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

Color convert

RGB 189 105 140 -
CMYK 0 0.44 0.26 0.26
HSL 335º 0.39% 0.58% -
HSV(B) 335º 0.44% 0.74% -
XYZ 30.77 22.82 27.59 -
YUV 134.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 189 105 140 0 0.44 0.26 0.26 335 0.39 0.58
Hex BD 69 8C 0 2C 1A 1A 14F 27 3A
Octal 275 151 214 0 54 32 32 517 47 72
Binary 10111101 1101001 10001100 0 101100 11010 11010 101001111 100111 111010

Color Harmonies of #BD698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD698C

Black with #BD698C

Text Example


Text Example

White with #BD698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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