#BE886E

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

Shades of Brandy Rose #BE886E

Tints of Brandy Rose #BE886E

Color information

#BE886E (or 0xBE886E) is unknown color: approx Brandy Rose. HEX triplet: BE, 88 and 6E. RGB value is (190,136,110). Sum of RGB (Red+Green+Blue) = 190+136+110=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE886E is #417791. Grayscale: #959595. Windows color (decimal): -4290450 or 7243966. OLE color: 7243966.

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

Color convert

RGB190136110-
CMYK00.280.420.25
HSL19.5º38.1%58.82%-
HSV(B)19.5º42.11%74.51%-
XYZ32.8529.6818.75-
YUV149.18105.89157.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=43.58%
G=31.19%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013611000.280.420.2519.538.158.82
HexBE886E01C2A1914263b
Octal2762101560345231244673
Binary101111101000100011011100111001010101100110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE886E; }

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

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

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

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

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

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

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

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