#BE867F

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

Shades of Brandy Rose #BE867F

Tints of Brandy Rose #BE867F

Color information

#BE867F (or 0xBE867F) is unknown color: approx Brandy Rose. HEX triplet: BE, 86 and 7F. RGB value is (190,134,127). Sum of RGB (Red+Green+Blue) = 190+134+127=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE867F is #417980. Grayscale: #969696. Windows color (decimal): -4290945 or 8357566. OLE color: 8357566.

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

Color convert

RGB190134127-
CMYK00.290.330.25
HSL6.67º32.64%62.16%-
HSV(B)6.67º33.16%74.51%-
XYZ33.5929.5324.01-
YUV149.95115.05156.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 127 (50% from 255) = 28.16%
R=42.13%
G=29.71%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013412700.290.330.256.6732.6462.16
HexBE867F01D21197213e
Octal276206177035413174176
Binary1011111010000110111111101110110000111001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE867F; }

 p { color: rgb(190,134,127); }

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

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

 a { background-color: rgb(190,134,127); }

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

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

 span { border-color: rgb(190,134,127); }

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