#BE8973

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

Shades of Brandy Rose #BE8973

Tints of Brandy Rose #BE8973

Color information

#BE8973 (or 0xBE8973) is unknown color: approx Brandy Rose. HEX triplet: BE, 89 and 73. RGB value is (190,137,115). Sum of RGB (Red+Green+Blue) = 190+137+115=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8973 is #41768C. Grayscale: #969696. Windows color (decimal): -4290189 or 7571902. OLE color: 7571902.

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

Color convert

RGB190137115-
CMYK00.280.390.25
HSL17.6º36.59%59.8%-
HSV(B)17.6º39.47%74.51%-
XYZ33.2830.0820.27-
YUV150.34108.06156.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=42.99%
G=31.00%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013711500.280.390.2517.636.5959.8
HexBE897301C271912253c
Octal2762111630344731224574
Binary101111101000100111100110111001001111100110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8973; }

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

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

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

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

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

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

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

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