Html Css Color HEX #BD6577 Tapestry

📋 copy color: '#BD6577'

red 189 ◦ green 101 ◦ blue 119

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

Shades of Tapestry #BD6577

Tints of Tapestry #BD6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.69%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 46.21%
G = 24.69%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD6577 (or 0xBD6577) is known color: Tapestry. HEX triplet: BD, 65 and 77. RGB value is (189,101,119). Sum of RGB (Red+Green+Blue) = 189+101+119=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6577 is #429A88. Grayscale: #818181. Windows color (decimal): -4364937 or 7824829. OLE color: 7824829.

HSL color Cylindrical-coordinate representation of color #BD6577: hue angle of 347.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6577 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 119 -
CMYK 0 0.47 0.37 0.26
HSL 347.73º 0.4% 0.57% -
HSV(B) 347.73º 0.47% 0.74% -
XYZ 28.97 21.46 20.07 -
YUV 129.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 189 101 119 0 0.47 0.37 0.26 347.73 0.4 0.57
Hex BD 65 77 0 2F 25 1A 15C 28 39
Octal 275 145 167 0 57 45 32 534 50 71
Binary 10111101 1100101 1110111 0 101111 100101 11010 101011100 101000 111001

Color Harmonies of #BD6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6577

Black with #BD6577

Text Example


Text Example

White with #BD6577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6577; }

 p { color: rgb(189,101,119); }

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

background-color css

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

 a { background-color: rgb(189,101,119); }

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

border-color css

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

 span { border-color: rgb(189,101,119); }

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