Html Css Color HEX #BD6A78 Tapestry

📋 copy color: '#BD6A78'

red 189 ◦ green 106 ◦ blue 120

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

Shades of Tapestry #BD6A78

Tints of Tapestry #BD6A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.54%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 45.54%
G = 25.54%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD6A78 (or 0xBD6A78) is known color: Tapestry. HEX triplet: BD, 6A and 78. RGB value is (189,106,120). Sum of RGB (Red+Green+Blue) = 189+106+120=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A78 is #429587. Grayscale: #848484. Windows color (decimal): -4363656 or 7891645. OLE color: 7891645.

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

Color convert

RGB 189 106 120 -
CMYK 0 0.44 0.37 0.26
HSL 349.88º 0.39% 0.58% -
HSV(B) 349.88º 0.44% 0.74% -
XYZ 29.53 22.48 20.55 -
YUV 132.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 189 106 120 0 0.44 0.37 0.26 349.88 0.39 0.58
Hex BD 6A 78 0 2C 25 1A 15E 27 3A
Octal 275 152 170 0 54 45 32 536 47 72
Binary 10111101 1101010 1111000 0 101100 100101 11010 101011110 100111 111010

Color Harmonies of #BD6A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A78

Black with #BD6A78

Text Example


Text Example

White with #BD6A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A78; }

 p { color: rgb(189,106,120); }

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

background-color css

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

 a { background-color: rgb(189,106,120); }

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

border-color css

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

 span { border-color: rgb(189,106,120); }

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