Html Css Color HEX #BD5E85 Tapestry

📋 copy color: '#BD5E85'

red 189 ◦ green 94 ◦ blue 133

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

Shades of Tapestry #BD5E85

Tints of Tapestry #BD5E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.6%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 45.43%
G = 22.6%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD5E85 (or 0xBD5E85) is known color: Tapestry. HEX triplet: BD, 5E and 85. RGB value is (189,94,133). Sum of RGB (Red+Green+Blue) = 189+94+133=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E85 is #42A17A. Grayscale: #7E7E7E. Windows color (decimal): -4366715 or 8740541. OLE color: 8740541.

HSL color Cylindrical-coordinate representation of color #BD5E85: hue angle of 335.37º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E85 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 133 -
CMYK 0 0.50 0.30 0.26
HSL 335.37º 0.42% 0.55% -
HSV(B) 335.37º 0.5% 0.74% -
XYZ 29.22 20.52 24.61 -
YUV 126.85 131.47 172.33 -
System Red Green Blue C M Y K H S L
Decimal 189 94 133 0 0.50 0.30 0.26 335.37 0.42 0.55
Hex BD 5E 85 0 32 1E 1A 14F 2A 37
Octal 275 136 205 0 62 36 32 517 52 67
Binary 10111101 1011110 10000101 0 110010 11110 11010 101001111 101010 110111

Color Harmonies of #BD5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E85

Black with #BD5E85

Text Example


Text Example

White with #BD5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E85; }

 p { color: rgb(189,94,133); }

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

background-color css

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

 a { background-color: rgb(189,94,133); }

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

border-color css

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

 span { border-color: rgb(189,94,133); }

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