#BE887C

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

Shades of Brandy Rose #BE887C

Tints of Brandy Rose #BE887C

Color information

#BE887C (or 0xBE887C) is unknown color: approx Brandy Rose. HEX triplet: BE, 88 and 7C. RGB value is (190,136,124). Sum of RGB (Red+Green+Blue) = 190+136+124=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE887C is #417783. Grayscale: #969696. Windows color (decimal): -4290436 or 8161470. OLE color: 8161470.

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

Color convert

RGB190136124-
CMYK00.280.350.25
HSL10.91º33.67%61.57%-
HSV(B)10.91º34.74%74.51%-
XYZ33.6830.0123.09-
YUV150.78112.89155.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=42.22%
G=30.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013612400.280.350.2510.9133.6761.57
HexBE887C01C2319b223e
Octal2762101740344331134276
Binary10111110100010001111100011100100011110011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE887C; }

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

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

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

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

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

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

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

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