Html Css Color HEX #BD627E Tapestry

📋 copy color: '#BD627E'

red 189 ◦ green 98 ◦ blue 126

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

Shades of Tapestry #BD627E

Tints of Tapestry #BD627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 45.76%
G = 23.73%
B = 30.51%

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

#BD627E (or 0xBD627E) is known color: Tapestry. HEX triplet: BD, 62 and 7E. RGB value is (189,98,126). Sum of RGB (Red+Green+Blue) = 189+98+126=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627E is #429D81. Grayscale: #808080. Windows color (decimal): -4365698 or 8282813. OLE color: 8282813.

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

Color convert

RGB 189 98 126 -
CMYK 0 0.48 0.33 0.26
HSL 341.54º 0.41% 0.56% -
HSV(B) 341.54º 0.48% 0.74% -
XYZ 29.12 21.06 22.27 -
YUV 128.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 189 98 126 0 0.48 0.33 0.26 341.54 0.41 0.56
Hex BD 62 7E 0 30 21 1A 156 29 38
Octal 275 142 176 0 60 41 32 526 51 70
Binary 10111101 1100010 1111110 0 110000 100001 11010 101010110 101001 111000

Color Harmonies of #BD627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD627E

Black with #BD627E

Text Example


Text Example

White with #BD627E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD627E; }

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

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

background-color css

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

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

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

border-color css

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

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

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