#BE7C71

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

Shades of Brandy Rose #BE7C71

Tints of Brandy Rose #BE7C71

Color information

#BE7C71 (or 0xBE7C71) is unknown color: approx Brandy Rose. HEX triplet: BE, 7C and 71. RGB value is (190,124,113). Sum of RGB (Red+Green+Blue) = 190+124+113=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C71 is #41838E. Grayscale: #8E8E8E. Windows color (decimal): -4293519 or 7437502. OLE color: 7437502.

HSL color Cylindrical-coordinate representation of color #BE7C71: hue angle of 8.57º degrees, saturation: 0.37, 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 #BE7C71 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190124113-
CMYK00.350.410.25
HSL8.57º37.2%59.41%-
HSV(B)8.57º40.53%74.51%-
XYZ31.4226.5519.09-
YUV142.48111.37161.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=44.50%
G=29.04%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012411300.350.410.258.5737.259.41
HexBE7C7102329199253b
Octal2761741610435131114573
Binary10111110111110011100010100011101001110011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C71; }

 p { color: rgb(190,124,113); }

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

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

 a { background-color: rgb(190,124,113); }

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

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

 span { border-color: rgb(190,124,113); }

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