Html Css Color HEX #BE7A7D Tapestry

📋 copy color: '#BE7A7D'

red 190 ◦ green 122 ◦ blue 125

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

Shades of Tapestry #BE7A7D

Tints of Tapestry #BE7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 43.48%
G = 27.92%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE7A7D (or 0xBE7A7D) is known color: Tapestry. HEX triplet: BE, 7A and 7D. RGB value is (190,122,125). Sum of RGB (Red+Green+Blue) = 190+122+125=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A7D is #418582. Grayscale: #8E8E8E. Windows color (decimal): -4294019 or 8223422. OLE color: 8223422.

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

Color convert

RGB 190 122 125 -
CMYK 0 0.36 0.34 0.25
HSL 357.35º 0.34% 0.61% -
HSV(B) 357.35º 0.36% 0.75% -
XYZ 31.9 26.35 22.81 -
YUV 142.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 190 122 125 0 0.36 0.34 0.25 357.35 0.34 0.61
Hex BE 7A 7D 0 24 22 19 165 22 3D
Octal 276 172 175 0 44 42 31 545 42 75
Binary 10111110 1111010 1111101 0 100100 100010 11001 101100101 100010 111101

Color Harmonies of #BE7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A7D

Black with #BE7A7D

Text Example


Text Example

White with #BE7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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