Html Css Color HEX #BD6176 Tapestry

📋 copy color: '#BD6176'

red 189 ◦ green 97 ◦ blue 118

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

Shades of Tapestry #BD6176

Tints of Tapestry #BD6176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 46.78%
G = 24.01%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6176 (or 0xBD6176) is known color: Tapestry. HEX triplet: BD, 61 and 76. RGB value is (189,97,118). Sum of RGB (Red+Green+Blue) = 189+97+118=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6176 is #429E89. Grayscale: #7E7E7E. Windows color (decimal): -4365962 or 7758269. OLE color: 7758269.

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

Color convert

RGB 189 97 118 -
CMYK 0 0.49 0.38 0.26
HSL 346.3º 0.41% 0.56% -
HSV(B) 346.3º 0.49% 0.74% -
XYZ 28.53 20.68 19.63 -
YUV 126.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 189 97 118 0 0.49 0.38 0.26 346.3 0.41 0.56
Hex BD 61 76 0 31 26 1A 15A 29 38
Octal 275 141 166 0 61 46 32 532 51 70
Binary 10111101 1100001 1110110 0 110001 100110 11010 101011010 101001 111000

Color Harmonies of #BD6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6176

Black with #BD6176

Text Example


Text Example

White with #BD6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6176; }

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

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

background-color css

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

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

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

border-color css

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

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

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