Html Css Color HEX #BD698B Tapestry

📋 copy color: '#BD698B'

red 189 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #BD698B

Tints of Tapestry #BD698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 43.65%
G = 24.25%
B = 32.1%

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

#BD698B (or 0xBD698B) is known color: Tapestry. HEX triplet: BD, 69 and 8B. RGB value is (189,105,139). Sum of RGB (Red+Green+Blue) = 189+105+139=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698B is #429674. Grayscale: #858585. Windows color (decimal): -4363893 or 9136573. OLE color: 9136573.

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

Color convert

RGB 189 105 139 -
CMYK 0 0.44 0.26 0.26
HSL 335.71º 0.39% 0.58% -
HSV(B) 335.71º 0.44% 0.74% -
XYZ 30.7 22.79 27.21 -
YUV 133.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 189 105 139 0 0.44 0.26 0.26 335.71 0.39 0.58
Hex BD 69 8B 0 2C 1A 1A 150 27 3A
Octal 275 151 213 0 54 32 32 520 47 72
Binary 10111101 1101001 10001011 0 101100 11010 11010 101010000 100111 111010

Color Harmonies of #BD698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD698B

Black with #BD698B

Text Example


Text Example

White with #BD698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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