#BE7E71

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

Shades of Brandy Rose #BE7E71

Tints of Brandy Rose #BE7E71

Color information

#BE7E71 (or 0xBE7E71) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 71. RGB value is (190,126,113). Sum of RGB (Red+Green+Blue) = 190+126+113=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E71 is #41818E. Grayscale: #8F8F8F. Windows color (decimal): -4293007 or 7438014. OLE color: 7438014.

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

Color convert

RGB190126113-
CMYK00.340.410.25
HSL10.13º37.2%59.41%-
HSV(B)10.13º40.53%74.51%-
XYZ31.6827.0619.18-
YUV143.65110.7161.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=44.29%
G=29.37%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012611300.340.410.2510.1337.259.41
HexBE7E710222919a253b
Octal2761761610425131124573
Binary10111110111111011100010100010101001110011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E71; }

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

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

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

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

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

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

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

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