#BE7C74

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

Shades of Brandy Rose #BE7C74

Tints of Brandy Rose #BE7C74

Color information

#BE7C74 (or 0xBE7C74) is unknown color: approx Brandy Rose. HEX triplet: BE, 7C and 74. RGB value is (190,124,116). Sum of RGB (Red+Green+Blue) = 190+124+116=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C74 is #41838B. Grayscale: #8E8E8E. Windows color (decimal): -4293516 or 7634110. OLE color: 7634110.

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

Color convert

RGB190124116-
CMYK00.350.390.25
HSL6.49º36.27%60%-
HSV(B)6.49º38.95%74.51%-
XYZ31.626.6220-
YUV142.82112.87161.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=44.19%
G=28.84%
B=26.98%

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
Decimal19012411600.350.390.256.4936.2760
HexBE7C7402327196243c
Octal276174164043473164474
Binary1011111011111001110100010001110011111001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C74; }

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

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

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

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

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

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

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

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