Html Css Color HEX #BD6781 Tapestry

📋 copy color: '#BD6781'

red 189 ◦ green 103 ◦ blue 129

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

Shades of Tapestry #BD6781

Tints of Tapestry #BD6781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 44.89%
G = 24.47%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD6781 (or 0xBD6781) is known color: Tapestry. HEX triplet: BD, 67 and 81. RGB value is (189,103,129). Sum of RGB (Red+Green+Blue) = 189+103+129=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6781 is #42987E. Grayscale: #838383. Windows color (decimal): -4364415 or 8480701. OLE color: 8480701.

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

Color convert

RGB 189 103 129 -
CMYK 0 0.46 0.32 0.26
HSL 341.86º 0.39% 0.57% -
HSV(B) 341.86º 0.46% 0.74% -
XYZ 29.8 22.1 23.46 -
YUV 131.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 189 103 129 0 0.46 0.32 0.26 341.86 0.39 0.57
Hex BD 67 81 0 2E 20 1A 156 27 39
Octal 275 147 201 0 56 40 32 526 47 71
Binary 10111101 1100111 10000001 0 101110 100000 11010 101010110 100111 111001

Color Harmonies of #BD6781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6781

Black with #BD6781

Text Example


Text Example

White with #BD6781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6781; }

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

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

background-color css

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

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

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

border-color css

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

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

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