#BE8471

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

Shades of Brandy Rose #BE8471

Tints of Brandy Rose #BE8471

Color information

#BE8471 (or 0xBE8471) is unknown color: approx Brandy Rose. HEX triplet: BE, 84 and 71. RGB value is (190,132,113). Sum of RGB (Red+Green+Blue) = 190+132+113=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8471 is #417B8E. Grayscale: #939393. Windows color (decimal): -4291471 or 7439550. OLE color: 7439550.

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

Color convert

RGB190132113-
CMYK00.310.410.25
HSL14.81º37.2%59.41%-
HSV(B)14.81º40.53%74.51%-
XYZ32.4728.6419.44-
YUV147.18108.72158.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=43.68%
G=30.34%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013211300.310.410.2514.8137.259.41
HexBE847101F2919f253b
Octal2762041610375131174573
Binary10111110100001001110001011111101001110011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8471; }

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

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

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

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

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

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

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

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