#BE8571

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

Shades of Brandy Rose #BE8571

Tints of Brandy Rose #BE8571

Color information

#BE8571 (or 0xBE8571) is unknown color: approx Brandy Rose. HEX triplet: BE, 85 and 71. RGB value is (190,133,113). Sum of RGB (Red+Green+Blue) = 190+133+113=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8571 is #417A8E. Grayscale: #939393. Windows color (decimal): -4291215 or 7439806. OLE color: 7439806.

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

Color convert

RGB190133113-
CMYK00.30.410.25
HSL15.58º37.2%59.41%-
HSV(B)15.58º40.53%74.51%-
XYZ32.628.9119.49-
YUV147.76108.38158.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=43.58%
G=30.50%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013311300.30.410.2515.5837.259.41
HexBE857101E291910253b
Octal2762051610365131204573
Binary101111101000010111100010111101010011100110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8571; }

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

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

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

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

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

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

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

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