Html Css Color HEX #BE607E Tapestry

📋 copy color: '#BE607E'

red 190 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #BE607E

Tints of Tapestry #BE607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 46.12%
G = 23.3%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE607E (or 0xBE607E) is known color: Tapestry. HEX triplet: BE, 60 and 7E. RGB value is (190,96,126). Sum of RGB (Red+Green+Blue) = 190+96+126=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE607E is #419F81. Grayscale: #7F7F7F. Windows color (decimal): -4300674 or 8282302. OLE color: 8282302.

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

Color convert

RGB 190 96 126 -
CMYK 0 0.49 0.34 0.25
HSL 340.85º 0.42% 0.56% -
HSV(B) 340.85º 0.49% 0.75% -
XYZ 29.18 20.82 22.22 -
YUV 127.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 190 96 126 0 0.49 0.34 0.25 340.85 0.42 0.56
Hex BE 60 7E 0 31 22 19 155 2A 38
Octal 276 140 176 0 61 42 31 525 52 70
Binary 10111110 1100000 1111110 0 110001 100010 11001 101010101 101010 111000

Color Harmonies of #BE607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE607E

Black with #BE607E

Text Example


Text Example

White with #BE607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE607E; }

 p { color: rgb(190,96,126); }

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

background-color css

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

 a { background-color: rgb(190,96,126); }

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

border-color css

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

 span { border-color: rgb(190,96,126); }

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