Html Css Color HEX #BD627F Tapestry

📋 copy color: '#BD627F'

red 189 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #BD627F

Tints of Tapestry #BD627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 45.65%
G = 23.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD627F (or 0xBD627F) is known color: Tapestry. HEX triplet: BD, 62 and 7F. RGB value is (189,98,127). Sum of RGB (Red+Green+Blue) = 189+98+127=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627F is #429D80. Grayscale: #808080. Windows color (decimal): -4365697 or 8348349. OLE color: 8348349.

HSL color Cylindrical-coordinate representation of color #BD627F: hue angle of 340.88º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD627F is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 127 -
CMYK 0 0.48 0.33 0.26
HSL 340.88º 0.41% 0.56% -
HSV(B) 340.88º 0.48% 0.74% -
XYZ 29.18 21.09 22.61 -
YUV 128.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 189 98 127 0 0.48 0.33 0.26 340.88 0.41 0.56
Hex BD 62 7F 0 30 21 1A 155 29 38
Octal 275 142 177 0 60 41 32 525 51 70
Binary 10111101 1100010 1111111 0 110000 100001 11010 101010101 101001 111000

Color Harmonies of #BD627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD627F

Black with #BD627F

Text Example


Text Example

White with #BD627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD627F; }

 p { color: rgb(189,98,127); }

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

background-color css

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

 a { background-color: rgb(189,98,127); }

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

border-color css

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

 span { border-color: rgb(189,98,127); }

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