#BE877C

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

Shades of Brandy Rose #BE877C

Tints of Brandy Rose #BE877C

Color information

#BE877C (or 0xBE877C) is unknown color: approx Brandy Rose. HEX triplet: BE, 87 and 7C. RGB value is (190,135,124). Sum of RGB (Red+Green+Blue) = 190+135+124=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE877C is #417883. Grayscale: #969696. Windows color (decimal): -4290692 or 8161214. OLE color: 8161214.

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

Color convert

RGB190135124-
CMYK00.290.350.25
HSL10º33.67%61.57%-
HSV(B)10º34.74%74.51%-
XYZ33.5429.7323.04-
YUV150.19113.22156.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=42.32%
G=30.07%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013512400.290.350.251033.6761.57
HexBE877C01D2319a223e
Octal2762071740354331124276
Binary10111110100001111111100011101100011110011010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE877C; }

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

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

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

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

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

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

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

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