Html Css Color HEX #BE6182 Tapestry

📋 copy color: '#BE6182'

red 190 ◦ green 97 ◦ blue 130

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

Shades of Tapestry #BE6182

Tints of Tapestry #BE6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 45.56%
G = 23.26%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6182 (or 0xBE6182) is known color: Tapestry. HEX triplet: BE, 61 and 82. RGB value is (190,97,130). Sum of RGB (Red+Green+Blue) = 190+97+130=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6182 is #419E7D. Grayscale: #808080. Windows color (decimal): -4300414 or 8544702. OLE color: 8544702.

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

Color convert

RGB 190 97 130 -
CMYK 0 0.49 0.32 0.25
HSL 338.71º 0.42% 0.56% -
HSV(B) 338.71º 0.49% 0.75% -
XYZ 29.54 21.11 23.64 -
YUV 128.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 190 97 130 0 0.49 0.32 0.25 338.71 0.42 0.56
Hex BE 61 82 0 31 20 19 153 2A 38
Octal 276 141 202 0 61 40 31 523 52 70
Binary 10111110 1100001 10000010 0 110001 100000 11001 101010011 101010 111000

Color Harmonies of #BE6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6182

Black with #BE6182

Text Example


Text Example

White with #BE6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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