Html Css Color HEX #BD617D Tapestry

📋 copy color: '#BD617D'

red 189 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #BD617D

Tints of Tapestry #BD617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 45.99%
G = 23.6%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD617D (or 0xBD617D) is known color: Tapestry. HEX triplet: BD, 61 and 7D. RGB value is (189,97,125). Sum of RGB (Red+Green+Blue) = 189+97+125=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD617D is #429E82. Grayscale: #7F7F7F. Windows color (decimal): -4365955 or 8217021. OLE color: 8217021.

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

Color convert

RGB 189 97 125 -
CMYK 0 0.49 0.34 0.26
HSL 341.74º 0.41% 0.56% -
HSV(B) 341.74º 0.49% 0.74% -
XYZ 28.96 20.85 21.9 -
YUV 127.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 189 97 125 0 0.49 0.34 0.26 341.74 0.41 0.56
Hex BD 61 7D 0 31 22 1A 156 29 38
Octal 275 141 175 0 61 42 32 526 51 70
Binary 10111101 1100001 1111101 0 110001 100010 11010 101010110 101001 111000

Color Harmonies of #BD617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD617D

Black with #BD617D

Text Example


Text Example

White with #BD617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD617D; }

 p { color: rgb(189,97,125); }

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

background-color css

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

 a { background-color: rgb(189,97,125); }

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

border-color css

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

 span { border-color: rgb(189,97,125); }

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