Html Css Color HEX #BD607D Tapestry

📋 copy color: '#BD607D'

red 189 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #BD607D

Tints of Tapestry #BD607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 46.1%
G = 23.41%
B = 30.49%

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

#BD607D (or 0xBD607D) is known color: Tapestry. HEX triplet: BD, 60 and 7D. RGB value is (189,96,125). Sum of RGB (Red+Green+Blue) = 189+96+125=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD607D is #429F82. Grayscale: #7F7F7F. Windows color (decimal): -4366211 or 8216765. OLE color: 8216765.

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

Color convert

RGB 189 96 125 -
CMYK 0 0.49 0.34 0.26
HSL 341.29º 0.41% 0.56% -
HSV(B) 341.29º 0.49% 0.74% -
XYZ 28.87 20.67 21.87 -
YUV 127.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 189 96 125 0 0.49 0.34 0.26 341.29 0.41 0.56
Hex BD 60 7D 0 31 22 1A 155 29 38
Octal 275 140 175 0 61 42 32 525 51 70
Binary 10111101 1100000 1111101 0 110001 100010 11010 101010101 101001 111000

Color Harmonies of #BD607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD607D

Black with #BD607D

Text Example


Text Example

White with #BD607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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