Html Css Color HEX #BE6A82 Tapestry

📋 copy color: '#BE6A82'

red 190 ◦ green 106 ◦ blue 130

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

Shades of Tapestry #BE6A82

Tints of Tapestry #BE6A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

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

R = 44.6%
G = 24.88%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6A82 (or 0xBE6A82) is known color: Tapestry. HEX triplet: BE, 6A and 82. RGB value is (190,106,130). Sum of RGB (Red+Green+Blue) = 190+106+130=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A82 is #41957D. Grayscale: #858585. Windows color (decimal): -4298110 or 8547006. OLE color: 8547006.

HSL color Cylindrical-coordinate representation of color #BE6A82: hue angle of 342.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A82 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 130 -
CMYK 0 0.44 0.32 0.25
HSL 342.86º 0.39% 0.58% -
HSV(B) 342.86º 0.44% 0.75% -
XYZ 30.42 22.87 23.93 -
YUV 133.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 190 106 130 0 0.44 0.32 0.25 342.86 0.39 0.58
Hex BE 6A 82 0 2C 20 19 157 27 3A
Octal 276 152 202 0 54 40 31 527 47 72
Binary 10111110 1101010 10000010 0 101100 100000 11001 101010111 100111 111010

Color Harmonies of #BE6A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A82

Black with #BE6A82

Text Example


Text Example

White with #BE6A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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