Html Css Color HEX #BD607E Tapestry

📋 copy color: '#BD607E'

red 189 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #BD607E

Tints of Tapestry #BD607E

RGB

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

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

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

R = 45.99%
G = 23.36%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD607E (or 0xBD607E) is known color: Tapestry. HEX triplet: BD, 60 and 7E. RGB value is (189,96,126). Sum of RGB (Red+Green+Blue) = 189+96+126=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD607E is #429F81. Grayscale: #7F7F7F. Windows color (decimal): -4366210 or 8282301. OLE color: 8282301.

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

Color convert

RGB 189 96 126 -
CMYK 0 0.49 0.33 0.26
HSL 340.65º 0.41% 0.56% -
HSV(B) 340.65º 0.49% 0.74% -
XYZ 28.94 20.69 22.21 -
YUV 127.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 189 96 126 0 0.49 0.33 0.26 340.65 0.41 0.56
Hex BD 60 7E 0 31 21 1A 155 29 38
Octal 275 140 176 0 61 41 32 525 51 70
Binary 10111101 1100000 1111110 0 110001 100001 11010 101010101 101001 111000

Color Harmonies of #BD607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD607E

Black with #BD607E

Text Example


Text Example

White with #BD607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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