#BE8D7E

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

Shades of Brandy Rose #BE8D7E

Tints of Brandy Rose #BE8D7E

Color information

#BE8D7E (or 0xBE8D7E) is unknown color: approx Brandy Rose. HEX triplet: BE, 8D and 7E. RGB value is (190,141,126). Sum of RGB (Red+Green+Blue) = 190+141+126=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D7E is #417281. Grayscale: #9A9A9A. Windows color (decimal): -4289154 or 8293822. OLE color: 8293822.

HSL color Cylindrical-coordinate representation of color #BE8D7E: hue angle of 14.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8D7E is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190141126-
CMYK00.260.340.25
HSL14.06º32.99%61.96%-
HSV(B)14.06º33.68%74.51%-
XYZ34.5331.524-
YUV153.94112.23153.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=41.58%
G=30.85%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014112600.260.340.2514.0632.9961.96
HexBE8D7E01A2219e213e
Octal2762151760324231164176
Binary10111110100011011111110011010100010110011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D7E; }

 p { color: rgb(190,141,126); }

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

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

 a { background-color: rgb(190,141,126); }

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

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

 span { border-color: rgb(190,141,126); }

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