Html Css Color HEX #BE7F81 Tapestry

📋 copy color: '#BE7F81'

red 190 ◦ green 127 ◦ blue 129

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

Shades of Tapestry #BE7F81

Tints of Tapestry #BE7F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.92%

R = 42.6%
G = 28.48%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7F81 (or 0xBE7F81) is known color: Tapestry. HEX triplet: BE, 7F and 81. RGB value is (190,127,129). Sum of RGB (Red+Green+Blue) = 190+127+129=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F81 is #41807E. Grayscale: #929292. Windows color (decimal): -4292735 or 8486846. OLE color: 8486846.

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

Color convert

RGB 190 127 129 -
CMYK 0 0.33 0.32 0.25
HSL 358.1º 0.33% 0.62% -
HSV(B) 358.1º 0.33% 0.75% -
XYZ 32.79 27.71 24.39 -
YUV 146.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 190 127 129 0 0.33 0.32 0.25 358.1 0.33 0.62
Hex BE 7F 81 0 21 20 19 166 21 3E
Octal 276 177 201 0 41 40 31 546 41 76
Binary 10111110 1111111 10000001 0 100001 100000 11001 101100110 100001 111110

Color Harmonies of #BE7F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F81

Black with #BE7F81

Text Example


Text Example

White with #BE7F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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