Html Css Color HEX #BD6179 Tapestry

📋 copy color: '#BD6179'

red 189 ◦ green 97 ◦ blue 121

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

Shades of Tapestry #BD6179

Tints of Tapestry #BD6179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 46.44%
G = 23.83%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD6179 (or 0xBD6179) is known color: Tapestry. HEX triplet: BD, 61 and 79. RGB value is (189,97,121). Sum of RGB (Red+Green+Blue) = 189+97+121=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6179 is #429E86. Grayscale: #7F7F7F. Windows color (decimal): -4365959 or 7954877. OLE color: 7954877.

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

Color convert

RGB 189 97 121 -
CMYK 0 0.49 0.36 0.26
HSL 344.35º 0.41% 0.56% -
HSV(B) 344.35º 0.49% 0.74% -
XYZ 28.71 20.75 20.58 -
YUV 127.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 189 97 121 0 0.49 0.36 0.26 344.35 0.41 0.56
Hex BD 61 79 0 31 24 1A 158 29 38
Octal 275 141 171 0 61 44 32 530 51 70
Binary 10111101 1100001 1111001 0 110001 100100 11010 101011000 101001 111000

Color Harmonies of #BD6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6179

Black with #BD6179

Text Example


Text Example

White with #BD6179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6179; }

 p { color: rgb(189,97,121); }

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

background-color css

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

 a { background-color: rgb(189,97,121); }

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

border-color css

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

 span { border-color: rgb(189,97,121); }

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