#BE8A75

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

Shades of Brandy Rose #BE8A75

Tints of Brandy Rose #BE8A75

Color information

#BE8A75 (or 0xBE8A75) is unknown color: approx Brandy Rose. HEX triplet: BE, 8A and 75. RGB value is (190,138,117). Sum of RGB (Red+Green+Blue) = 190+138+117=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A75 is #41758A. Grayscale: #979797. Windows color (decimal): -4289931 or 7703230. OLE color: 7703230.

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

Color convert

RGB190138117-
CMYK00.270.380.25
HSL17.26º35.96%60.2%-
HSV(B)17.26º38.42%74.51%-
XYZ33.5330.4120.93-
YUV151.15108.73155.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=42.70%
G=31.01%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013811700.270.380.2517.2635.9660.2
HexBE8A7501B261911243c
Octal2762121650334631214474
Binary101111101000101011101010110111001101100110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A75; }

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

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

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

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

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

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

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

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