Html Css Color HEX #BD697A Tapestry

📋 copy color: '#BD697A'

red 189 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #BD697A

Tints of Tapestry #BD697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 45.43%
G = 25.24%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD697A (or 0xBD697A) is known color: Tapestry. HEX triplet: BD, 69 and 7A. RGB value is (189,105,122). Sum of RGB (Red+Green+Blue) = 189+105+122=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697A is #429685. Grayscale: #848484. Windows color (decimal): -4363910 or 8022461. OLE color: 8022461.

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

Color convert

RGB 189 105 122 -
CMYK 0 0.44 0.35 0.26
HSL 347.86º 0.39% 0.58% -
HSV(B) 347.86º 0.44% 0.74% -
XYZ 29.55 22.33 21.16 -
YUV 132.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 189 105 122 0 0.44 0.35 0.26 347.86 0.39 0.58
Hex BD 69 7A 0 2C 23 1A 15C 27 3A
Octal 275 151 172 0 54 43 32 534 47 72
Binary 10111101 1101001 1111010 0 101100 100011 11010 101011100 100111 111010

Color Harmonies of #BD697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD697A

Black with #BD697A

Text Example


Text Example

White with #BD697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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