#BE7B7D

Color #BE7B7D Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BE7B7D

Tints of Tapestry #BE7B7D

Color information

#BE7B7D (or 0xBE7B7D) is unknown color: approx Tapestry. HEX triplet: BE, 7B and 7D. RGB value is (190,123,125). Sum of RGB (Red+Green+Blue) = 190+123+125=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B7D is #418482. Grayscale: #8F8F8F. Windows color (decimal): -4293763 or 8223678. OLE color: 8223678.

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

Color convert

RGB190123125-
CMYK00.350.340.25
HSL358.21º34.01%61.37%-
HSV(B)358.21º35.26%74.51%-
XYZ32.0226.5922.85-
YUV143.26117.7161.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=43.38%
G=28.08%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012312500.350.340.25358.2134.0161.37
HexBE7B7D0232219166223d
Octal27617317504342315464275
Binary1011111011110111111101010001110001011001101100110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B7D; }

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

 H1.HeaderClassName
 {
   color: #BE7B7D;
 }
 .AnyTagClassName
 {
   color: #BE7B7D;
 }
</style>
background-color css

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

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

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

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

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

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