#BE8475

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

Shades of Brandy Rose #BE8475

Tints of Brandy Rose #BE8475

Color information

#BE8475 (or 0xBE8475) is unknown color: approx Brandy Rose. HEX triplet: BE, 84 and 75. RGB value is (190,132,117). Sum of RGB (Red+Green+Blue) = 190+132+117=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8475 is #417B8A. Grayscale: #939393. Windows color (decimal): -4291467 or 7701694. OLE color: 7701694.

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

Color convert

RGB190132117-
CMYK00.310.380.25
HSL12.33º35.96%60.2%-
HSV(B)12.33º38.42%74.51%-
XYZ32.728.7320.65-
YUV147.63110.72158.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=43.28%
G=30.07%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013211700.310.380.2512.3335.9660.2
HexBE847501F2619c243c
Octal2762041650374631144474
Binary10111110100001001110101011111100110110011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8475; }

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

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

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

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

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

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

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

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