#BE8D78

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

Shades of Brandy Rose #BE8D78

Tints of Brandy Rose #BE8D78

Color information

#BE8D78 (or 0xBE8D78) is unknown color: approx Brandy Rose. HEX triplet: BE, 8D and 78. RGB value is (190,141,120). Sum of RGB (Red+Green+Blue) = 190+141+120=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D78 is #417287. Grayscale: #999999. Windows color (decimal): -4289160 or 7900606. OLE color: 7900606.

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

Color convert

RGB190141120-
CMYK00.260.370.25
HSL18º35%60.78%-
HSV(B)18º36.84%74.51%-
XYZ34.1531.3522.02-
YUV153.26109.23154.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=42.13%
G=31.26%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014112000.260.370.25183560.78
HexBE8D7801A251912233d
Octal2762151700324531224375
Binary101111101000110111110000110101001011100110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D78; }

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

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

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

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

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

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

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

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