#BE7C73

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

Shades of Brandy Rose #BE7C73

Tints of Brandy Rose #BE7C73

Color information

#BE7C73 (or 0xBE7C73) is unknown color: approx Brandy Rose. HEX triplet: BE, 7C and 73. RGB value is (190,124,115). Sum of RGB (Red+Green+Blue) = 190+124+115=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C73 is #41838C. Grayscale: #8E8E8E. Windows color (decimal): -4293517 or 7568574. OLE color: 7568574.

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

Color convert

RGB190124115-
CMYK00.350.390.25
HSL7.2º36.59%59.8%-
HSV(B)7.2º39.47%74.51%-
XYZ31.5426.619.69-
YUV142.71112.37161.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=44.29%
G=28.90%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012411500.350.390.257.236.5959.8
HexBE7C7302327197253c
Octal276174163043473174574
Binary1011111011111001110011010001110011111001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C73; }

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

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

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

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

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

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

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

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