#BE8677

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

Shades of Brandy Rose #BE8677

Tints of Brandy Rose #BE8677

Color information

#BE8677 (or 0xBE8677) is unknown color: approx Brandy Rose. HEX triplet: BE, 86 and 77. RGB value is (190,134,119). Sum of RGB (Red+Green+Blue) = 190+134+119=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8677 is #417988. Grayscale: #959595. Windows color (decimal): -4290953 or 7833278. OLE color: 7833278.

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

Color convert

RGB190134119-
CMYK00.290.370.25
HSL12.68º35.32%60.59%-
HSV(B)12.68º37.37%74.51%-
XYZ33.0929.3321.37-
YUV149.03111.05157.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=42.89%
G=30.25%
B=26.86%

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
Decimal19013411900.290.370.2512.6835.3260.59
HexBE867701D2519d233d
Octal2762061670354531154375
Binary10111110100001101110111011101100101110011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8677; }

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

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

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

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

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

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

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

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