Html Css Color HEX #BD7389 Tapestry

📋 copy color: '#BD7389'

red 189 ◦ green 115 ◦ blue 137

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

Shades of Tapestry #BD7389

Tints of Tapestry #BD7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

 BLUE value IS 137 (53.91% from 255) = 31.07%

R = 42.86%
G = 26.08%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7389 (or 0xBD7389) is known color: Tapestry. HEX triplet: BD, 73 and 89. RGB value is (189,115,137). Sum of RGB (Red+Green+Blue) = 189+115+137=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7389 is #428C76. Grayscale: #8B8B8B. Windows color (decimal): -4361335 or 9008061. OLE color: 9008061.

HSL color Cylindrical-coordinate representation of color #BD7389: hue angle of 342.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7389 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 137 -
CMYK 0 0.39 0.28 0.26
HSL 342.16º 0.36% 0.6% -
HSV(B) 342.16º 0.39% 0.74% -
XYZ 31.63 24.89 26.8 -
YUV 139.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 189 115 137 0 0.39 0.28 0.26 342.16 0.36 0.6
Hex BD 73 89 0 27 1C 1A 156 24 3C
Octal 275 163 211 0 47 34 32 526 44 74
Binary 10111101 1110011 10001001 0 100111 11100 11010 101010110 100100 111100

Color Harmonies of #BD7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7389

Black with #BD7389

Text Example


Text Example

White with #BD7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7389; }

 p { color: rgb(189,115,137); }

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

background-color css

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

 a { background-color: rgb(189,115,137); }

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

border-color css

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

 span { border-color: rgb(189,115,137); }

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