Html Css Color HEX #BE728D Tapestry

📋 copy color: '#BE728D'

red 190 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #BE728D

Tints of Tapestry #BE728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 42.7%
G = 25.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE728D (or 0xBE728D) is known color: Tapestry. HEX triplet: BE, 72 and 8D. RGB value is (190,114,141). Sum of RGB (Red+Green+Blue) = 190+114+141=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE728D is #418D72. Grayscale: #8B8B8B. Windows color (decimal): -4296051 or 9269950. OLE color: 9269950.

HSL color Cylindrical-coordinate representation of color #BE728D: hue angle of 338.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE728D is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 141 -
CMYK 0 0.40 0.26 0.25
HSL 338.68º 0.37% 0.6% -
HSV(B) 338.68º 0.4% 0.75% -
XYZ 32.06 24.9 28.32 -
YUV 139.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 190 114 141 0 0.40 0.26 0.25 338.68 0.37 0.6
Hex BE 72 8D 0 28 1A 19 153 25 3C
Octal 276 162 215 0 50 32 31 523 45 74
Binary 10111110 1110010 10001101 0 101000 11010 11001 101010011 100101 111100

Color Harmonies of #BE728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE728D

Black with #BE728D

Text Example


Text Example

White with #BE728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE728D; }

 p { color: rgb(190,114,141); }

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

background-color css

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

 a { background-color: rgb(190,114,141); }

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

border-color css

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

 span { border-color: rgb(190,114,141); }

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