Html Css Color HEX #BE6287 Tapestry

📋 copy color: '#BE6287'

red 190 ◦ green 98 ◦ blue 135

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

Shades of Tapestry #BE6287

Tints of Tapestry #BE6287

RGB

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

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

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

R = 44.92%
G = 23.17%
B = 31.91%

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

#BE6287 (or 0xBE6287) is known color: Tapestry. HEX triplet: BE, 62 and 87. RGB value is (190,98,135). Sum of RGB (Red+Green+Blue) = 190+98+135=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6287 is #419D78. Grayscale: #818181. Windows color (decimal): -4300153 or 8872638. OLE color: 8872638.

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

Color convert

RGB 190 98 135 -
CMYK 0 0.48 0.29 0.25
HSL 335.87º 0.41% 0.56% -
HSV(B) 335.87º 0.48% 0.75% -
XYZ 29.98 21.43 25.48 -
YUV 129.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 190 98 135 0 0.48 0.29 0.25 335.87 0.41 0.56
Hex BE 62 87 0 30 1D 19 150 29 38
Octal 276 142 207 0 60 35 31 520 51 70
Binary 10111110 1100010 10000111 0 110000 11101 11001 101010000 101001 111000

Color Harmonies of #BE6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6287

Black with #BE6287

Text Example


Text Example

White with #BE6287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6287; }

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

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

background-color css

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

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

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

border-color css

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

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

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