Html Css Color HEX #BE7D87 Tapestry

📋 copy color: '#BE7D87'

red 190 ◦ green 125 ◦ blue 135

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

Shades of Tapestry #BE7D87

Tints of Tapestry #BE7D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

 BLUE value IS 135 (53.13% from 255) = 30%

R = 42.22%
G = 27.78%
B = 30%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE7D87 (or 0xBE7D87) is known color: Tapestry. HEX triplet: BE, 7D and 87. RGB value is (190,125,135). Sum of RGB (Red+Green+Blue) = 190+125+135=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D87 is #418278. Grayscale: #919191. Windows color (decimal): -4293241 or 8879550. OLE color: 8879550.

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

Color convert

RGB 190 125 135 -
CMYK 0 0.34 0.29 0.25
HSL 350.77º 0.33% 0.62% -
HSV(B) 350.77º 0.34% 0.75% -
XYZ 32.94 27.36 26.47 -
YUV 145.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 190 125 135 0 0.34 0.29 0.25 350.77 0.33 0.62
Hex BE 7D 87 0 22 1D 19 15F 21 3E
Octal 276 175 207 0 42 35 31 537 41 76
Binary 10111110 1111101 10000111 0 100010 11101 11001 101011111 100001 111110

Color Harmonies of #BE7D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D87

Black with #BE7D87

Text Example


Text Example

White with #BE7D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D87; }

 p { color: rgb(190,125,135); }

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

background-color css

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

 a { background-color: rgb(190,125,135); }

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

border-color css

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

 span { border-color: rgb(190,125,135); }

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