Html Css Color HEX #BE727D Tapestry

📋 copy color: '#BE727D'

red 190 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #BE727D

Tints of Tapestry #BE727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 44.29%
G = 26.57%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE727D (or 0xBE727D) is known color: Tapestry. HEX triplet: BE, 72 and 7D. RGB value is (190,114,125). Sum of RGB (Red+Green+Blue) = 190+114+125=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE727D is #418D82. Grayscale: #8A8A8A. Windows color (decimal): -4296067 or 8221374. OLE color: 8221374.

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

Color convert

RGB 190 114 125 -
CMYK 0 0.40 0.34 0.25
HSL 351.32º 0.37% 0.6% -
HSV(B) 351.32º 0.4% 0.75% -
XYZ 30.95 24.46 22.49 -
YUV 137.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 190 114 125 0 0.40 0.34 0.25 351.32 0.37 0.6
Hex BE 72 7D 0 28 22 19 15F 25 3C
Octal 276 162 175 0 50 42 31 537 45 74
Binary 10111110 1110010 1111101 0 101000 100010 11001 101011111 100101 111100

Color Harmonies of #BE727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE727D

Black with #BE727D

Text Example


Text Example

White with #BE727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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