#BE8671

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

Shades of Brandy Rose #BE8671

Tints of Brandy Rose #BE8671

Color information

#BE8671 (or 0xBE8671) is unknown color: approx Brandy Rose. HEX triplet: BE, 86 and 71. RGB value is (190,134,113). Sum of RGB (Red+Green+Blue) = 190+134+113=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8671 is #41798E. Grayscale: #949494. Windows color (decimal): -4290959 or 7440062. OLE color: 7440062.

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

Color convert

RGB190134113-
CMYK00.290.410.25
HSL16.36º37.2%59.41%-
HSV(B)16.36º40.53%74.51%-
XYZ32.7429.1919.53-
YUV148.35108.05157.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=43.48%
G=30.66%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013411300.290.410.2516.3637.259.41
HexBE867101D291910253b
Octal2762061610355131204573
Binary101111101000011011100010111011010011100110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8671; }

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

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

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

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

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

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

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

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