Html Css Color HEX #BE7982 Tapestry

📋 copy color: '#BE7982'

red 190 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #BE7982

Tints of Tapestry #BE7982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 43.08%
G = 27.44%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7982 (or 0xBE7982) is known color: Tapestry. HEX triplet: BE, 79 and 82. RGB value is (190,121,130). Sum of RGB (Red+Green+Blue) = 190+121+130=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7982 is #41867D. Grayscale: #8E8E8E. Windows color (decimal): -4294270 or 8550846. OLE color: 8550846.

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

Color convert

RGB 190 121 130 -
CMYK 0 0.36 0.32 0.25
HSL 352.17º 0.35% 0.61% -
HSV(B) 352.17º 0.36% 0.75% -
XYZ 32.1 26.23 24.49 -
YUV 142.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 190 121 130 0 0.36 0.32 0.25 352.17 0.35 0.61
Hex BE 79 82 0 24 20 19 160 23 3D
Octal 276 171 202 0 44 40 31 540 43 75
Binary 10111110 1111001 10000010 0 100100 100000 11001 101100000 100011 111101

Color Harmonies of #BE7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7982

Black with #BE7982

Text Example


Text Example

White with #BE7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7982; }

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

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

background-color css

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

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

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

border-color css

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

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

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