Html Css Color HEX #BD768D Tapestry

📋 copy color: '#BD768D'

red 189 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #BD768D

Tints of Tapestry #BD768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.34%

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 42.19%
G = 26.34%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD768D (or 0xBD768D) is known color: Tapestry. HEX triplet: BD, 76 and 8D. RGB value is (189,118,141). Sum of RGB (Red+Green+Blue) = 189+118+141=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD768D is #428972. Grayscale: #8D8D8D. Windows color (decimal): -4360563 or 9270973. OLE color: 9270973.

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

Color convert

RGB 189 118 141 -
CMYK 0 0.38 0.25 0.26
HSL 340.56º 0.35% 0.6% -
HSV(B) 340.56º 0.38% 0.74% -
XYZ 32.27 25.7 28.46 -
YUV 141.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 189 118 141 0 0.38 0.25 0.26 340.56 0.35 0.6
Hex BD 76 8D 0 26 19 1A 155 23 3C
Octal 275 166 215 0 46 31 32 525 43 74
Binary 10111101 1110110 10001101 0 100110 11001 11010 101010101 100011 111100

Color Harmonies of #BD768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD768D

Black with #BD768D

Text Example


Text Example

White with #BD768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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