Html Css Color HEX #BE6282 Tapestry

📋 copy color: '#BE6282'

red 190 ◦ green 98 ◦ blue 130

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

Shades of Tapestry #BE6282

Tints of Tapestry #BE6282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 45.45%
G = 23.44%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6282 (or 0xBE6282) is known color: Tapestry. HEX triplet: BE, 62 and 82. RGB value is (190,98,130). Sum of RGB (Red+Green+Blue) = 190+98+130=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6282 is #419D7D. Grayscale: #818181. Windows color (decimal): -4300158 or 8544958. OLE color: 8544958.

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

Color convert

RGB 190 98 130 -
CMYK 0 0.48 0.32 0.25
HSL 339.13º 0.41% 0.56% -
HSV(B) 339.13º 0.48% 0.75% -
XYZ 29.63 21.29 23.67 -
YUV 129.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 190 98 130 0 0.48 0.32 0.25 339.13 0.41 0.56
Hex BE 62 82 0 30 20 19 153 29 38
Octal 276 142 202 0 60 40 31 523 51 70
Binary 10111110 1100010 10000010 0 110000 100000 11001 101010011 101001 111000

Color Harmonies of #BE6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6282

Black with #BE6282

Text Example


Text Example

White with #BE6282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6282; }

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

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

background-color css

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

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

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

border-color css

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

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

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