#BE807A

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

Shades of Brandy Rose #BE807A

Tints of Brandy Rose #BE807A

Color information

#BE807A (or 0xBE807A) is unknown color: approx Brandy Rose. HEX triplet: BE, 80 and 7A. RGB value is (190,128,122). Sum of RGB (Red+Green+Blue) = 190+128+122=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE807A is #417F85. Grayscale: #919191. Windows color (decimal): -4292486 or 8028350. OLE color: 8028350.

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

Color convert

RGB190128122-
CMYK00.330.360.25
HSL5.29º34.34%61.18%-
HSV(B)5.29º35.79%74.51%-
XYZ32.4727.7922.07-
YUV145.85114.54159.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=43.18%
G=29.09%
B=27.73%

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
Decimal19012812200.330.360.255.2934.3461.18
HexBE807A02124195223d
Octal276200172041443154275
Binary10111110100000001111010010000110010011001101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE807A; }

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

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

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

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

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

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

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

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