Html Css Color HEX #BD7182 Tapestry

📋 copy color: '#BD7182'

red 189 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #BD7182

Tints of Tapestry #BD7182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 43.75%
G = 26.16%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7182 (or 0xBD7182) is known color: Tapestry. HEX triplet: BD, 71 and 82. RGB value is (189,113,130). Sum of RGB (Red+Green+Blue) = 189+113+130=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7182 is #428E7D. Grayscale: #898989. Windows color (decimal): -4361854 or 8548797. OLE color: 8548797.

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

Color convert

RGB 189 113 130 -
CMYK 0 0.40 0.31 0.26
HSL 346.58º 0.37% 0.59% -
HSV(B) 346.58º 0.4% 0.74% -
XYZ 30.92 24.24 24.17 -
YUV 137.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 189 113 130 0 0.40 0.31 0.26 346.58 0.37 0.59
Hex BD 71 82 0 28 1F 1A 15B 25 3B
Octal 275 161 202 0 50 37 32 533 45 73
Binary 10111101 1110001 10000010 0 101000 11111 11010 101011011 100101 111011

Color Harmonies of #BD7182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7182

Black with #BD7182

Text Example


Text Example

White with #BD7182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7182; }

 p { color: rgb(189,113,130); }

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

background-color css

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

 a { background-color: rgb(189,113,130); }

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

border-color css

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

 span { border-color: rgb(189,113,130); }

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