Html Css Color HEX #BD7387 Tapestry

📋 copy color: '#BD7387'

red 189 ◦ green 115 ◦ blue 135

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

Shades of Tapestry #BD7387

Tints of Tapestry #BD7387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 43.05%
G = 26.2%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD7387 (or 0xBD7387) is known color: Tapestry. HEX triplet: BD, 73 and 87. RGB value is (189,115,135). Sum of RGB (Red+Green+Blue) = 189+115+135=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7387 is #428C78. Grayscale: #8B8B8B. Windows color (decimal): -4361337 or 8876989. OLE color: 8876989.

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

Color convert

RGB 189 115 135 -
CMYK 0 0.39 0.29 0.26
HSL 343.78º 0.36% 0.6% -
HSV(B) 343.78º 0.39% 0.74% -
XYZ 31.49 24.83 26.05 -
YUV 139.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 189 115 135 0 0.39 0.29 0.26 343.78 0.36 0.6
Hex BD 73 87 0 27 1D 1A 158 24 3C
Octal 275 163 207 0 47 35 32 530 44 74
Binary 10111101 1110011 10000111 0 100111 11101 11010 101011000 100100 111100

Color Harmonies of #BD7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7387

Black with #BD7387

Text Example


Text Example

White with #BD7387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7387; }

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

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

background-color css

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

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

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

border-color css

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

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

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