#BE8A71

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

Shades of Brandy Rose #BE8A71

Tints of Brandy Rose #BE8A71

Color information

#BE8A71 (or 0xBE8A71) is unknown color: approx Brandy Rose. HEX triplet: BE, 8A and 71. RGB value is (190,138,113). Sum of RGB (Red+Green+Blue) = 190+138+113=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A71 is #41758E. Grayscale: #969696. Windows color (decimal): -4289935 or 7441086. OLE color: 7441086.

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

Color convert

RGB190138113-
CMYK00.270.410.25
HSL19.48º37.2%59.41%-
HSV(B)19.48º40.53%74.51%-
XYZ33.330.3219.72-
YUV150.7106.73156.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=43.08%
G=31.29%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013811300.270.410.2519.4837.259.41
HexBE8A7101B291913253b
Octal2762121610335131234573
Binary101111101000101011100010110111010011100110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A71; }

 p { color: rgb(190,138,113); }

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

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

 a { background-color: rgb(190,138,113); }

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

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

 span { border-color: rgb(190,138,113); }

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