Html Css Color HEX #BD6776 Tapestry

📋 copy color: '#BD6776'

red 189 ◦ green 103 ◦ blue 118

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

Shades of Tapestry #BD6776

Tints of Tapestry #BD6776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 46.1%
G = 25.12%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6776 (or 0xBD6776) is known color: Tapestry. HEX triplet: BD, 67 and 76. RGB value is (189,103,118). Sum of RGB (Red+Green+Blue) = 189+103+118=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6776 is #429889. Grayscale: #828282. Windows color (decimal): -4364426 or 7759805. OLE color: 7759805.

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

Color convert

RGB 189 103 118 -
CMYK 0 0.46 0.38 0.26
HSL 349.53º 0.39% 0.57% -
HSV(B) 349.53º 0.46% 0.74% -
XYZ 29.11 21.83 19.82 -
YUV 130.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 189 103 118 0 0.46 0.38 0.26 349.53 0.39 0.57
Hex BD 67 76 0 2E 26 1A 15E 27 39
Octal 275 147 166 0 56 46 32 536 47 71
Binary 10111101 1100111 1110110 0 101110 100110 11010 101011110 100111 111001

Color Harmonies of #BD6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6776

Black with #BD6776

Text Example


Text Example

White with #BD6776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6776; }

 p { color: rgb(189,103,118); }

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

background-color css

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

 a { background-color: rgb(189,103,118); }

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

border-color css

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

 span { border-color: rgb(189,103,118); }

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