Html Css Color HEX #BD698A Tapestry

📋 copy color: '#BD698A'

red 189 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #BD698A

Tints of Tapestry #BD698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 43.75%
G = 24.31%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD698A (or 0xBD698A) is known color: Tapestry. HEX triplet: BD, 69 and 8A. RGB value is (189,105,138). Sum of RGB (Red+Green+Blue) = 189+105+138=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698A is #429675. Grayscale: #858585. Windows color (decimal): -4363894 or 9071037. OLE color: 9071037.

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

Color convert

RGB 189 105 138 -
CMYK 0 0.44 0.27 0.26
HSL 336.43º 0.39% 0.58% -
HSV(B) 336.43º 0.44% 0.74% -
XYZ 30.63 22.76 26.82 -
YUV 133.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 189 105 138 0 0.44 0.27 0.26 336.43 0.39 0.58
Hex BD 69 8A 0 2C 1B 1A 150 27 3A
Octal 275 151 212 0 54 33 32 520 47 72
Binary 10111101 1101001 10001010 0 101100 11011 11010 101010000 100111 111010

Color Harmonies of #BD698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD698A

Black with #BD698A

Text Example


Text Example

White with #BD698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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