Html Css Color HEX #BE6F82 Tapestry

📋 copy color: '#BE6F82'

red 190 ◦ green 111 ◦ blue 130

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

Shades of Tapestry #BE6F82

Tints of Tapestry #BE6F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.75%

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

R = 44.08%
G = 25.75%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6F82 (or 0xBE6F82) is known color: Tapestry. HEX triplet: BE, 6F and 82. RGB value is (190,111,130). Sum of RGB (Red+Green+Blue) = 190+111+130=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F82 is #41907D. Grayscale: #888888. Windows color (decimal): -4296830 or 8548286. OLE color: 8548286.

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

Color convert

RGB 190 111 130 -
CMYK 0 0.42 0.32 0.25
HSL 345.57º 0.38% 0.59% -
HSV(B) 345.57º 0.42% 0.75% -
XYZ 30.95 23.93 24.11 -
YUV 136.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 190 111 130 0 0.42 0.32 0.25 345.57 0.38 0.59
Hex BE 6F 82 0 2A 20 19 15A 26 3B
Octal 276 157 202 0 52 40 31 532 46 73
Binary 10111110 1101111 10000010 0 101010 100000 11001 101011010 100110 111011

Color Harmonies of #BE6F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F82

Black with #BE6F82

Text Example


Text Example

White with #BE6F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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