Html Css Color HEX #BE6286 Tapestry

📋 copy color: '#BE6286'

red 190 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #BE6286

Tints of Tapestry #BE6286

RGB

 RED value IS 190 (74.61% from 255) = 45.02%

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

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

R = 45.02%
G = 23.22%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6286 (or 0xBE6286) is known color: Tapestry. HEX triplet: BE, 62 and 86. RGB value is (190,98,134). Sum of RGB (Red+Green+Blue) = 190+98+134=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6286 is #419D79. Grayscale: #818181. Windows color (decimal): -4300154 or 8807102. OLE color: 8807102.

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

Color convert

RGB 190 98 134 -
CMYK 0 0.48 0.29 0.25
HSL 336.52º 0.41% 0.56% -
HSV(B) 336.52º 0.48% 0.75% -
XYZ 29.91 21.4 25.11 -
YUV 129.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 190 98 134 0 0.48 0.29 0.25 336.52 0.41 0.56
Hex BE 62 86 0 30 1D 19 151 29 38
Octal 276 142 206 0 60 35 31 521 51 70
Binary 10111110 1100010 10000110 0 110000 11101 11001 101010001 101001 111000

Color Harmonies of #BE6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6286

Black with #BE6286

Text Example


Text Example

White with #BE6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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