Html Css Color HEX #BD6477 Tapestry

📋 copy color: '#BD6477'

red 189 ◦ green 100 ◦ blue 119

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

Shades of Tapestry #BD6477

Tints of Tapestry #BD6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

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

R = 46.32%
G = 24.51%
B = 29.17%

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

#BD6477 (or 0xBD6477) is known color: Tapestry. HEX triplet: BD, 64 and 77. RGB value is (189,100,119). Sum of RGB (Red+Green+Blue) = 189+100+119=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6477 is #429B88. Grayscale: #808080. Windows color (decimal): -4365193 or 7824573. OLE color: 7824573.

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

Color convert

RGB 189 100 119 -
CMYK 0 0.47 0.37 0.26
HSL 347.19º 0.4% 0.57% -
HSV(B) 347.19º 0.47% 0.74% -
XYZ 28.87 21.27 20.04 -
YUV 128.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 189 100 119 0 0.47 0.37 0.26 347.19 0.4 0.57
Hex BD 64 77 0 2F 25 1A 15B 28 39
Octal 275 144 167 0 57 45 32 533 50 71
Binary 10111101 1100100 1110111 0 101111 100101 11010 101011011 101000 111001

Color Harmonies of #BD6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6477

Black with #BD6477

Text Example


Text Example

White with #BD6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6477; }

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

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

background-color css

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

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

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

border-color css

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

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

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