Html Css Color HEX #BD6287 Tapestry

📋 copy color: '#BD6287'

red 189 ◦ green 98 ◦ blue 135

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

Shades of Tapestry #BD6287

Tints of Tapestry #BD6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 44.79%
G = 23.22%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD6287 (or 0xBD6287) is known color: Tapestry. HEX triplet: BD, 62 and 87. RGB value is (189,98,135). Sum of RGB (Red+Green+Blue) = 189+98+135=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6287 is #429D78. Grayscale: #818181. Windows color (decimal): -4365689 or 8872637. OLE color: 8872637.

HSL color Cylindrical-coordinate representation of color #BD6287: hue angle of 335.6º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6287 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 135 -
CMYK 0 0.48 0.29 0.26
HSL 335.6º 0.41% 0.56% -
HSV(B) 335.6º 0.48% 0.74% -
XYZ 29.73 21.3 25.47 -
YUV 129.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 189 98 135 0 0.48 0.29 0.26 335.6 0.41 0.56
Hex BD 62 87 0 30 1D 1A 150 29 38
Octal 275 142 207 0 60 35 32 520 51 70
Binary 10111101 1100010 10000111 0 110000 11101 11010 101010000 101001 111000

Color Harmonies of #BD6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6287

Black with #BD6287

Text Example


Text Example

White with #BD6287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6287; }

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

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

background-color css

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

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

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

border-color css

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

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

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