Html Css Color HEX #BE708A Tapestry

📋 copy color: '#BE708A'

red 190 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #BE708A

Tints of Tapestry #BE708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 43.18%
G = 25.45%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE708A (or 0xBE708A) is known color: Tapestry. HEX triplet: BE, 70 and 8A. RGB value is (190,112,138). Sum of RGB (Red+Green+Blue) = 190+112+138=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE708A is #418F75. Grayscale: #8A8A8A. Windows color (decimal): -4296566 or 9072830. OLE color: 9072830.

HSL color Cylindrical-coordinate representation of color #BE708A: hue angle of 340º 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 #BE708A is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 138 -
CMYK 0 0.41 0.27 0.25
HSL 340º 0.38% 0.59% -
HSV(B) 340º 0.41% 0.75% -
XYZ 31.62 24.37 27.08 -
YUV 138.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 190 112 138 0 0.41 0.27 0.25 340 0.38 0.59
Hex BE 70 8A 0 29 1B 19 154 26 3B
Octal 276 160 212 0 51 33 31 524 46 73
Binary 10111110 1110000 10001010 0 101001 11011 11001 101010100 100110 111011

Color Harmonies of #BE708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE708A

Black with #BE708A

Text Example


Text Example

White with #BE708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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