#BE7E73

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

Shades of Brandy Rose #BE7E73

Tints of Brandy Rose #BE7E73

Color information

#BE7E73 (or 0xBE7E73) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 73. RGB value is (190,126,115). Sum of RGB (Red+Green+Blue) = 190+126+115=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E73 is #41818C. Grayscale: #8F8F8F. Windows color (decimal): -4293005 or 7569086. OLE color: 7569086.

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

Color convert

RGB190126115-
CMYK00.340.390.25
HSL8.8º36.59%59.8%-
HSV(B)8.8º39.47%74.51%-
XYZ31.7927.1119.78-
YUV143.88111.7160.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=44.08%
G=29.23%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012611500.340.390.258.836.5959.8
HexBE7E7302227199253c
Octal2761761630424731114574
Binary10111110111111011100110100010100111110011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E73; }

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

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

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

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

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

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

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

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