#BE8079

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

Shades of Brandy Rose #BE8079

Tints of Brandy Rose #BE8079

Color information

#BE8079 (or 0xBE8079) is unknown color: approx Brandy Rose. HEX triplet: BE, 80 and 79. RGB value is (190,128,121). Sum of RGB (Red+Green+Blue) = 190+128+121=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8079 is #417F86. Grayscale: #919191. Windows color (decimal): -4292487 or 7962814. OLE color: 7962814.

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

Color convert

RGB190128121-
CMYK00.330.360.25
HSL6.09º34.67%60.98%-
HSV(B)6.09º36.32%74.51%-
XYZ32.4127.7721.74-
YUV145.74114.04159.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=43.28%
G=29.16%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012812100.330.360.256.0934.6760.98
HexBE807902124196233d
Octal276200171041443164375
Binary10111110100000001111001010000110010011001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8079; }

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

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

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

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

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

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

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

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