#BE7E7C

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

Shades of Brandy Rose #BE7E7C

Tints of Brandy Rose #BE7E7C

Color information

#BE7E7C (or 0xBE7E7C) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 7C. RGB value is (190,126,124). Sum of RGB (Red+Green+Blue) = 190+126+124=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E7C is #418183. Grayscale: #909090. Windows color (decimal): -4292996 or 8158910. OLE color: 8158910.

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

Color convert

RGB190126124-
CMYK00.340.350.25
HSL1.82º33.67%61.57%-
HSV(B)1.82º34.74%74.51%-
XYZ32.3327.3222.64-
YUV144.91116.2160.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=43.18%
G=28.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012612400.340.350.251.8233.6761.57
HexBE7E7C02223192223e
Octal276176174042433124276
Binary101111101111110111110001000101000111100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E7C; }

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

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

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

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

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

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

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

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