#BE8974

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

Shades of Brandy Rose #BE8974

Tints of Brandy Rose #BE8974

Color information

#BE8974 (or 0xBE8974) is unknown color: approx Brandy Rose. HEX triplet: BE, 89 and 74. RGB value is (190,137,116). Sum of RGB (Red+Green+Blue) = 190+137+116=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8974 is #41768B. Grayscale: #969696. Windows color (decimal): -4290188 or 7637438. OLE color: 7637438.

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

Color convert

RGB190137116-
CMYK00.280.390.25
HSL17.03º36.27%60%-
HSV(B)17.03º38.95%74.51%-
XYZ33.3330.120.58-
YUV150.45108.56156.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=42.89%
G=30.93%
B=26.19%

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
Decimal19013711600.280.390.2517.0336.2760
HexBE897401C271911243c
Octal2762111640344731214474
Binary101111101000100111101000111001001111100110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8974; }

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

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

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

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

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

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

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

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