Html Css Color HEX #BE708D Tapestry

📋 copy color: '#BE708D'

red 190 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #BE708D

Tints of Tapestry #BE708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 42.89%
G = 25.28%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE708D (or 0xBE708D) is known color: Tapestry. HEX triplet: BE, 70 and 8D. RGB value is (190,112,141). Sum of RGB (Red+Green+Blue) = 190+112+141=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE708D is #418F72. Grayscale: #8A8A8A. Windows color (decimal): -4296563 or 9269438. OLE color: 9269438.

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

Color convert

RGB 190 112 141 -
CMYK 0 0.41 0.26 0.25
HSL 337.69º 0.38% 0.59% -
HSV(B) 337.69º 0.41% 0.75% -
XYZ 31.84 24.46 28.24 -
YUV 138.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 190 112 141 0 0.41 0.26 0.25 337.69 0.38 0.59
Hex BE 70 8D 0 29 1A 19 152 26 3B
Octal 276 160 215 0 51 32 31 522 46 73
Binary 10111110 1110000 10001101 0 101001 11010 11001 101010010 100110 111011

Color Harmonies of #BE708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE708D

Black with #BE708D

Text Example


Text Example

White with #BE708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE708D; }

 p { color: rgb(190,112,141); }

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

background-color css

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

 a { background-color: rgb(190,112,141); }

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

border-color css

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

 span { border-color: rgb(190,112,141); }

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