Html Css Color HEX #BD6883 Tapestry

📋 copy color: '#BD6883'

red 189 ◦ green 104 ◦ blue 131

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

Shades of Tapestry #BD6883

Tints of Tapestry #BD6883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 44.58%
G = 24.53%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD6883 (or 0xBD6883) is known color: Tapestry. HEX triplet: BD, 68 and 83. RGB value is (189,104,131). Sum of RGB (Red+Green+Blue) = 189+104+131=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6883 is #42977C. Grayscale: #848484. Windows color (decimal): -4364157 or 8612029. OLE color: 8612029.

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

Color convert

RGB 189 104 131 -
CMYK 0 0.45 0.31 0.26
HSL 340.94º 0.39% 0.57% -
HSV(B) 340.94º 0.45% 0.74% -
XYZ 30.03 22.36 24.21 -
YUV 132.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 189 104 131 0 0.45 0.31 0.26 340.94 0.39 0.57
Hex BD 68 83 0 2D 1F 1A 155 27 39
Octal 275 150 203 0 55 37 32 525 47 71
Binary 10111101 1101000 10000011 0 101101 11111 11010 101010101 100111 111001

Color Harmonies of #BD6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6883

Black with #BD6883

Text Example


Text Example

White with #BD6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6883; }

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

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

background-color css

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

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

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

border-color css

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

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

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