Html Css Color HEX #BE7F84 Tapestry

📋 copy color: '#BE7F84'

red 190 ◦ green 127 ◦ blue 132

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

Shades of Tapestry #BE7F84

Tints of Tapestry #BE7F84

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 42.32%
G = 28.29%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE7F84 (or 0xBE7F84) is known color: Tapestry. HEX triplet: BE, 7F and 84. RGB value is (190,127,132). Sum of RGB (Red+Green+Blue) = 190+127+132=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F84 is #41807B. Grayscale: #929292. Windows color (decimal): -4292732 or 8683454. OLE color: 8683454.

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

Color convert

RGB 190 127 132 -
CMYK 0 0.33 0.31 0.25
HSL 355.24º 0.33% 0.62% -
HSV(B) 355.24º 0.33% 0.75% -
XYZ 32.99 27.79 25.46 -
YUV 146.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 190 127 132 0 0.33 0.31 0.25 355.24 0.33 0.62
Hex BE 7F 84 0 21 1F 19 163 21 3E
Octal 276 177 204 0 41 37 31 543 41 76
Binary 10111110 1111111 10000100 0 100001 11111 11001 101100011 100001 111110

Color Harmonies of #BE7F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F84

Black with #BE7F84

Text Example


Text Example

White with #BE7F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F84; }

 p { color: rgb(190,127,132); }

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

background-color css

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

 a { background-color: rgb(190,127,132); }

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

border-color css

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

 span { border-color: rgb(190,127,132); }

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