#BE8873

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

Shades of Brandy Rose #BE8873

Tints of Brandy Rose #BE8873

Color information

#BE8873 (or 0xBE8873) is unknown color: approx Brandy Rose. HEX triplet: BE, 88 and 73. RGB value is (190,136,115). Sum of RGB (Red+Green+Blue) = 190+136+115=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8873 is #41778C. Grayscale: #959595. Windows color (decimal): -4290445 or 7571646. OLE color: 7571646.

HSL color Cylindrical-coordinate representation of color #BE8873: hue angle of 16.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8873 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190136115-
CMYK00.280.390.25
HSL16.8º36.59%59.8%-
HSV(B)16.8º39.47%74.51%-
XYZ33.1329.7920.22-
YUV149.75108.39156.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=43.08%
G=30.84%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013611500.280.390.2516.836.5959.8
HexBE887301C271911253c
Octal2762101630344731214574
Binary101111101000100011100110111001001111100110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8873; }

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

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

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

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

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

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

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

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