Html Css Color HEX #BD6286 Tapestry

📋 copy color: '#BD6286'

red 189 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #BD6286

Tints of Tapestry #BD6286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 44.89%
G = 23.28%
B = 31.83%

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

#BD6286 (or 0xBD6286) is known color: Tapestry. HEX triplet: BD, 62 and 86. RGB value is (189,98,134). Sum of RGB (Red+Green+Blue) = 189+98+134=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6286 is #429D79. Grayscale: #818181. Windows color (decimal): -4365690 or 8807101. OLE color: 8807101.

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

Color convert

RGB 189 98 134 -
CMYK 0 0.48 0.29 0.26
HSL 336.26º 0.41% 0.56% -
HSV(B) 336.26º 0.48% 0.74% -
XYZ 29.66 21.28 25.1 -
YUV 129.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 189 98 134 0 0.48 0.29 0.26 336.26 0.41 0.56
Hex BD 62 86 0 30 1D 1A 150 29 38
Octal 275 142 206 0 60 35 32 520 51 70
Binary 10111101 1100010 10000110 0 110000 11101 11010 101010000 101001 111000

Color Harmonies of #BD6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6286

Black with #BD6286

Text Example


Text Example

White with #BD6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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