Html Css Color HEX #BE7B8D Tapestry

📋 copy color: '#BE7B8D'

red 190 ◦ green 123 ◦ blue 141

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

Shades of Tapestry #BE7B8D

Tints of Tapestry #BE7B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

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

R = 41.85%
G = 27.09%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE7B8D (or 0xBE7B8D) is known color: Tapestry. HEX triplet: BE, 7B and 8D. RGB value is (190,123,141). Sum of RGB (Red+Green+Blue) = 190+123+141=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B8D is #418472. Grayscale: #919191. Windows color (decimal): -4293747 or 9272254. OLE color: 9272254.

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

Color convert

RGB 190 123 141 -
CMYK 0 0.35 0.26 0.25
HSL 343.88º 0.34% 0.61% -
HSV(B) 343.88º 0.35% 0.75% -
XYZ 33.13 27.04 28.67 -
YUV 145.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 190 123 141 0 0.35 0.26 0.25 343.88 0.34 0.61
Hex BE 7B 8D 0 23 1A 19 158 22 3D
Octal 276 173 215 0 43 32 31 530 42 75
Binary 10111110 1111011 10001101 0 100011 11010 11001 101011000 100010 111101

Color Harmonies of #BE7B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B8D

Black with #BE7B8D

Text Example


Text Example

White with #BE7B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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