Html Css Color HEX #BD6D7B Tapestry

📋 copy color: '#BD6D7B'

red 189 ◦ green 109 ◦ blue 123

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

Shades of Tapestry #BD6D7B

Tints of Tapestry #BD6D7B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 44.89%
G = 25.89%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD6D7B (or 0xBD6D7B) is known color: Tapestry. HEX triplet: BD, 6D and 7B. RGB value is (189,109,123). Sum of RGB (Red+Green+Blue) = 189+109+123=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D7B is #429284. Grayscale: #868686. Windows color (decimal): -4362885 or 8089021. OLE color: 8089021.

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

Color convert

RGB 189 109 123 -
CMYK 0 0.42 0.35 0.26
HSL 349.5º 0.38% 0.58% -
HSV(B) 349.5º 0.42% 0.74% -
XYZ 30.03 23.19 21.63 -
YUV 134.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 189 109 123 0 0.42 0.35 0.26 349.5 0.38 0.58
Hex BD 6D 7B 0 2A 23 1A 15E 26 3A
Octal 275 155 173 0 52 43 32 536 46 72
Binary 10111101 1101101 1111011 0 101010 100011 11010 101011110 100110 111010

Color Harmonies of #BD6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D7B

Black with #BD6D7B

Text Example


Text Example

White with #BD6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D7B; }

 p { color: rgb(189,109,123); }

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

background-color css

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

 a { background-color: rgb(189,109,123); }

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

border-color css

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

 span { border-color: rgb(189,109,123); }

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