Html Css Color HEX #BD7183 Tapestry

📋 copy color: '#BD7183'

red 189 ◦ green 113 ◦ blue 131

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

Shades of Tapestry #BD7183

Tints of Tapestry #BD7183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 43.65%
G = 26.1%
B = 30.25%

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

#BD7183 (or 0xBD7183) is known color: Tapestry. HEX triplet: BD, 71 and 83. RGB value is (189,113,131). Sum of RGB (Red+Green+Blue) = 189+113+131=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7183 is #428E7C. Grayscale: #898989. Windows color (decimal): -4361853 or 8614333. OLE color: 8614333.

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

Color convert

RGB 189 113 131 -
CMYK 0 0.40 0.31 0.26
HSL 345.79º 0.37% 0.59% -
HSV(B) 345.79º 0.4% 0.74% -
XYZ 30.99 24.27 24.52 -
YUV 137.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 189 113 131 0 0.40 0.31 0.26 345.79 0.37 0.59
Hex BD 71 83 0 28 1F 1A 15A 25 3B
Octal 275 161 203 0 50 37 32 532 45 73
Binary 10111101 1110001 10000011 0 101000 11111 11010 101011010 100101 111011

Color Harmonies of #BD7183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7183

Black with #BD7183

Text Example


Text Example

White with #BD7183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7183; }

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

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

background-color css

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

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

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

border-color css

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

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

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