#BE8777

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

Shades of Brandy Rose #BE8777

Tints of Brandy Rose #BE8777

Color information

#BE8777 (or 0xBE8777) is unknown color: approx Brandy Rose. HEX triplet: BE, 87 and 77. RGB value is (190,135,119). Sum of RGB (Red+Green+Blue) = 190+135+119=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8777 is #417888. Grayscale: #959595. Windows color (decimal): -4290697 or 7833534. OLE color: 7833534.

HSL color Cylindrical-coordinate representation of color #BE8777: hue angle of 13.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8777 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190135119-
CMYK00.290.370.25
HSL13.52º35.32%60.59%-
HSV(B)13.52º37.37%74.51%-
XYZ33.2329.6121.42-
YUV149.62110.72156.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=42.79%
G=30.41%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013511900.290.370.2513.5235.3260.59
HexBE877701D2519e233d
Octal2762071670354531164375
Binary10111110100001111110111011101100101110011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8777; }

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

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

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

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

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

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

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

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