Html Css Color HEX #BD6879 Tapestry

📋 copy color: '#BD6879'

red 189 ◦ green 104 ◦ blue 121

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

Shades of Tapestry #BD6879

Tints of Tapestry #BD6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 45.65%
G = 25.12%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD6879 (or 0xBD6879) is known color: Tapestry. HEX triplet: BD, 68 and 79. RGB value is (189,104,121). Sum of RGB (Red+Green+Blue) = 189+104+121=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6879 is #429786. Grayscale: #838383. Windows color (decimal): -4364167 or 7956669. OLE color: 7956669.

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

Color convert

RGB 189 104 121 -
CMYK 0 0.45 0.36 0.26
HSL 348º 0.39% 0.57% -
HSV(B) 348º 0.45% 0.74% -
XYZ 29.39 22.1 20.81 -
YUV 131.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 189 104 121 0 0.45 0.36 0.26 348 0.39 0.57
Hex BD 68 79 0 2D 24 1A 15C 27 39
Octal 275 150 171 0 55 44 32 534 47 71
Binary 10111101 1101000 1111001 0 101101 100100 11010 101011100 100111 111001

Color Harmonies of #BD6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6879

Black with #BD6879

Text Example


Text Example

White with #BD6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6879; }

 p { color: rgb(189,104,121); }

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

background-color css

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

 a { background-color: rgb(189,104,121); }

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

border-color css

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

 span { border-color: rgb(189,104,121); }

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