#BE8376

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

Shades of Brandy Rose #BE8376

Tints of Brandy Rose #BE8376

Color information

#BE8376 (or 0xBE8376) is unknown color: approx Brandy Rose. HEX triplet: BE, 83 and 76. RGB value is (190,131,118). Sum of RGB (Red+Green+Blue) = 190+131+118=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8376 is #417C89. Grayscale: #939393. Windows color (decimal): -4291722 or 7766974. OLE color: 7766974.

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

Color convert

RGB190131118-
CMYK00.310.380.25
HSL10.83º35.64%60.39%-
HSV(B)10.83º37.89%74.51%-
XYZ32.6228.4920.92-
YUV147.16111.55158.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=43.28%
G=29.84%
B=26.88%

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
Decimal19013111800.310.380.2510.8335.6460.39
HexBE837601F2619b243c
Octal2762031660374631134474
Binary10111110100000111110110011111100110110011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8376; }

 p { color: rgb(190,131,118); }

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

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

 a { background-color: rgb(190,131,118); }

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

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

 span { border-color: rgb(190,131,118); }

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