Html Css Color HEX #BD607F Tapestry

📋 copy color: '#BD607F'

red 189 ◦ green 96 ◦ blue 127

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

Shades of Tapestry #BD607F

Tints of Tapestry #BD607F

RGB

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

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

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

R = 45.87%
G = 23.3%
B = 30.83%

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

#BD607F (or 0xBD607F) is known color: Tapestry. HEX triplet: BD, 60 and 7F. RGB value is (189,96,127). Sum of RGB (Red+Green+Blue) = 189+96+127=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD607F is #429F80. Grayscale: #7F7F7F. Windows color (decimal): -4366209 or 8347837. OLE color: 8347837.

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

Color convert

RGB 189 96 127 -
CMYK 0 0.49 0.33 0.26
HSL 340º 0.41% 0.56% -
HSV(B) 340º 0.49% 0.74% -
XYZ 29 20.72 22.55 -
YUV 127.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 189 96 127 0 0.49 0.33 0.26 340 0.41 0.56
Hex BD 60 7F 0 31 21 1A 154 29 38
Octal 275 140 177 0 61 41 32 524 51 70
Binary 10111101 1100000 1111111 0 110001 100001 11010 101010100 101001 111000

Color Harmonies of #BD607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD607F

Black with #BD607F

Text Example


Text Example

White with #BD607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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