Html Css Color HEX #BE6481 Tapestry

📋 copy color: '#BE6481'

red 190 ◦ green 100 ◦ blue 129

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

Shades of Tapestry #BE6481

Tints of Tapestry #BE6481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.87%

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 45.35%
G = 23.87%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6481 (or 0xBE6481) is known color: Tapestry. HEX triplet: BE, 64 and 81. RGB value is (190,100,129). Sum of RGB (Red+Green+Blue) = 190+100+129=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6481 is #419B7E. Grayscale: #828282. Windows color (decimal): -4299647 or 8479934. OLE color: 8479934.

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

Color convert

RGB 190 100 129 -
CMYK 0 0.47 0.32 0.25
HSL 340.67º 0.41% 0.57% -
HSV(B) 340.67º 0.47% 0.75% -
XYZ 29.75 21.65 23.38 -
YUV 130.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 190 100 129 0 0.47 0.32 0.25 340.67 0.41 0.57
Hex BE 64 81 0 2F 20 19 155 29 39
Octal 276 144 201 0 57 40 31 525 51 71
Binary 10111110 1100100 10000001 0 101111 100000 11001 101010101 101001 111001

Color Harmonies of #BE6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6481

Black with #BE6481

Text Example


Text Example

White with #BE6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6481; }

 p { color: rgb(190,100,129); }

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

background-color css

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

 a { background-color: rgb(190,100,129); }

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

border-color css

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

 span { border-color: rgb(190,100,129); }

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