Html Css Color HEX #BE7B86 Tapestry

📋 copy color: '#BE7B86'

red 190 ◦ green 123 ◦ blue 134

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

Shades of Tapestry #BE7B86

Tints of Tapestry #BE7B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.98%

R = 42.51%
G = 27.52%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE7B86 (or 0xBE7B86) is known color: Tapestry. HEX triplet: BE, 7B and 86. RGB value is (190,123,134). Sum of RGB (Red+Green+Blue) = 190+123+134=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B86 is #418479. Grayscale: #909090. Windows color (decimal): -4293754 or 8813502. OLE color: 8813502.

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

Color convert

RGB 190 123 134 -
CMYK 0 0.35 0.29 0.25
HSL 350.15º 0.34% 0.61% -
HSV(B) 350.15º 0.35% 0.75% -
XYZ 32.62 26.83 26.01 -
YUV 144.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 190 123 134 0 0.35 0.29 0.25 350.15 0.34 0.61
Hex BE 7B 86 0 23 1D 19 15E 22 3D
Octal 276 173 206 0 43 35 31 536 42 75
Binary 10111110 1111011 10000110 0 100011 11101 11001 101011110 100010 111101

Color Harmonies of #BE7B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B86

Black with #BE7B86

Text Example


Text Example

White with #BE7B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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