#BE8D79

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

Shades of Brandy Rose #BE8D79

Tints of Brandy Rose #BE8D79

Color information

#BE8D79 (or 0xBE8D79) is unknown color: approx Brandy Rose. HEX triplet: BE, 8D and 79. RGB value is (190,141,121). Sum of RGB (Red+Green+Blue) = 190+141+121=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D79 is #417286. Grayscale: #999999. Windows color (decimal): -4289159 or 7966142. OLE color: 7966142.

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

Color convert

RGB190141121-
CMYK00.260.360.25
HSL17.39º34.67%60.98%-
HSV(B)17.39º36.32%74.51%-
XYZ34.2131.3822.34-
YUV153.37109.73154.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=42.04%
G=31.19%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014112100.260.360.2517.3934.6760.98
HexBE8D7901A241911233d
Octal2762151710324431214375
Binary101111101000110111110010110101001001100110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D79; }

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

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

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

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

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

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

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

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