Html Css Color HEX #BE7081 Tapestry

📋 copy color: '#BE7081'

red 190 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #BE7081

Tints of Tapestry #BE7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 44.08%
G = 25.99%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7081 (or 0xBE7081) is known color: Tapestry. HEX triplet: BE, 70 and 81. RGB value is (190,112,129). Sum of RGB (Red+Green+Blue) = 190+112+129=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7081 is #418F7E. Grayscale: #898989. Windows color (decimal): -4296575 or 8483006. OLE color: 8483006.

HSL color Cylindrical-coordinate representation of color #BE7081: hue angle of 346.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7081 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 129 -
CMYK 0 0.41 0.32 0.25
HSL 346.92º 0.38% 0.59% -
HSV(B) 346.92º 0.41% 0.75% -
XYZ 30.99 24.12 23.79 -
YUV 137.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 190 112 129 0 0.41 0.32 0.25 346.92 0.38 0.59
Hex BE 70 81 0 29 20 19 15B 26 3B
Octal 276 160 201 0 51 40 31 533 46 73
Binary 10111110 1110000 10000001 0 101001 100000 11001 101011011 100110 111011

Color Harmonies of #BE7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7081

Black with #BE7081

Text Example


Text Example

White with #BE7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7081; }

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

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

background-color css

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

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

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

border-color css

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

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

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