Html Css Color HEX #BE6589 Tapestry

📋 copy color: '#BE6589'

red 190 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #BE6589

Tints of Tapestry #BE6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 44.39%
G = 23.6%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE6589 (or 0xBE6589) is known color: Tapestry. HEX triplet: BE, 65 and 89. RGB value is (190,101,137). Sum of RGB (Red+Green+Blue) = 190+101+137=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6589 is #419A76. Grayscale: #838383. Windows color (decimal): -4299383 or 9004478. OLE color: 9004478.

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

Color convert

RGB 190 101 137 -
CMYK 0 0.47 0.28 0.25
HSL 335.73º 0.41% 0.57% -
HSV(B) 335.73º 0.47% 0.75% -
XYZ 30.4 22.06 26.32 -
YUV 131.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 190 101 137 0 0.47 0.28 0.25 335.73 0.41 0.57
Hex BE 65 89 0 2F 1C 19 150 29 39
Octal 276 145 211 0 57 34 31 520 51 71
Binary 10111110 1100101 10001001 0 101111 11100 11001 101010000 101001 111001

Color Harmonies of #BE6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6589

Black with #BE6589

Text Example


Text Example

White with #BE6589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6589; }

 p { color: rgb(190,101,137); }

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

background-color css

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

 a { background-color: rgb(190,101,137); }

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

border-color css

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

 span { border-color: rgb(190,101,137); }

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