#BE8971

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

Shades of Brandy Rose #BE8971

Tints of Brandy Rose #BE8971

Color information

#BE8971 (or 0xBE8971) is unknown color: approx Brandy Rose. HEX triplet: BE, 89 and 71. RGB value is (190,137,113). Sum of RGB (Red+Green+Blue) = 190+137+113=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8971 is #41768E. Grayscale: #969696. Windows color (decimal): -4290191 or 7440830. OLE color: 7440830.

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

Color convert

RGB190137113-
CMYK00.280.410.25
HSL18.7º37.2%59.41%-
HSV(B)18.7º40.53%74.51%-
XYZ33.1630.0319.67-
YUV150.11107.06156.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=43.18%
G=31.14%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013711300.280.410.2518.737.259.41
HexBE897101C291913253b
Octal2762111610345131234573
Binary101111101000100111100010111001010011100110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8971; }

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

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

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

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

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

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

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

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