#BE7B78

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

Shades of Brandy Rose #BE7B78

Tints of Brandy Rose #BE7B78

Color information

#BE7B78 (or 0xBE7B78) is unknown color: approx Brandy Rose. HEX triplet: BE, 7B and 78. RGB value is (190,123,120). Sum of RGB (Red+Green+Blue) = 190+123+120=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B78 is #418487. Grayscale: #8E8E8E. Windows color (decimal): -4293768 or 7895998. OLE color: 7895998.

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

Color convert

RGB190123120-
CMYK00.350.370.25
HSL2.57º35%60.78%-
HSV(B)2.57º36.84%74.51%-
XYZ31.7126.4721.21-
YUV142.69115.2161.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 120 (47.27% from 255) = 27.71%
R=43.88%
G=28.41%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012312000.350.370.252.573560.78
HexBE7B7802325193233d
Octal276173170043453134375
Binary101111101111011111100001000111001011100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B78; }

 p { color: rgb(190,123,120); }

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

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

 a { background-color: rgb(190,123,120); }

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

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

 span { border-color: rgb(190,123,120); }

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