Html Css Color HEX #BE7280 Tapestry

📋 copy color: '#BE7280'

red 190 ◦ green 114 ◦ blue 128

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

Shades of Tapestry #BE7280

Tints of Tapestry #BE7280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 43.98%
G = 26.39%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE7280 (or 0xBE7280) is known color: Tapestry. HEX triplet: BE, 72 and 80. RGB value is (190,114,128). Sum of RGB (Red+Green+Blue) = 190+114+128=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7280 is #418D7F. Grayscale: #8A8A8A. Windows color (decimal): -4296064 or 8417982. OLE color: 8417982.

HSL color Cylindrical-coordinate representation of color #BE7280: hue angle of 348.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7280 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 128 -
CMYK 0 0.40 0.33 0.25
HSL 348.95º 0.37% 0.6% -
HSV(B) 348.95º 0.4% 0.75% -
XYZ 31.15 24.54 23.52 -
YUV 138.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 190 114 128 0 0.40 0.33 0.25 348.95 0.37 0.6
Hex BE 72 80 0 28 21 19 15D 25 3C
Octal 276 162 200 0 50 41 31 535 45 74
Binary 10111110 1110010 10000000 0 101000 100001 11001 101011101 100101 111100

Color Harmonies of #BE7280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7280

Black with #BE7280

Text Example


Text Example

White with #BE7280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7280; }

 p { color: rgb(190,114,128); }

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

background-color css

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

 a { background-color: rgb(190,114,128); }

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

border-color css

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

 span { border-color: rgb(190,114,128); }

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