#BE8776

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

Shades of Brandy Rose #BE8776

Tints of Brandy Rose #BE8776

Color information

#BE8776 (or 0xBE8776) is unknown color: approx Brandy Rose. HEX triplet: BE, 87 and 76. RGB value is (190,135,118). Sum of RGB (Red+Green+Blue) = 190+135+118=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8776 is #417889. Grayscale: #959595. Windows color (decimal): -4290698 or 7767998. OLE color: 7767998.

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

Color convert

RGB190135118-
CMYK00.290.380.25
HSL14.17º35.64%60.39%-
HSV(B)14.17º37.89%74.51%-
XYZ33.1729.5821.1-
YUV149.51110.22156.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=42.89%
G=30.47%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013511800.290.380.2514.1735.6460.39
HexBE877601D2619e243c
Octal2762071660354631164474
Binary10111110100001111110110011101100110110011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8776; }

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

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

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

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

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

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

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

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