#BE877F

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

Shades of Brandy Rose #BE877F

Tints of Brandy Rose #BE877F

Color information

#BE877F (or 0xBE877F) is unknown color: approx Brandy Rose. HEX triplet: BE, 87 and 7F. RGB value is (190,135,127). Sum of RGB (Red+Green+Blue) = 190+135+127=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE877F is #417880. Grayscale: #969696. Windows color (decimal): -4290689 or 8357822. OLE color: 8357822.

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

Color convert

RGB190135127-
CMYK00.290.330.25
HSL7.62º32.64%62.16%-
HSV(B)7.62º33.16%74.51%-
XYZ33.7329.8124.05-
YUV150.53114.72156.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 127 (50% from 255) = 28.10%
R=42.04%
G=29.87%
B=28.10%

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
Decimal19013512700.290.330.257.6232.6462.16
HexBE877F01D21198213e
Octal2762071770354131104176
Binary10111110100001111111111011101100001110011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE877F; }

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

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

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

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

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

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

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

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