#BE8E7D

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

Shades of Brandy Rose #BE8E7D

Tints of Brandy Rose #BE8E7D

Color information

#BE8E7D (or 0xBE8E7D) is unknown color: approx Brandy Rose. HEX triplet: BE, 8E and 7D. RGB value is (190,142,125). Sum of RGB (Red+Green+Blue) = 190+142+125=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E7D is #417182. Grayscale: #9A9A9A. Windows color (decimal): -4288899 or 8228542. OLE color: 8228542.

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

Color convert

RGB190142125-
CMYK00.250.340.25
HSL15.69º33.33%61.76%-
HSV(B)15.69º34.21%74.51%-
XYZ34.6131.7723.71-
YUV154.41111.4153.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=41.58%
G=31.07%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014212500.250.340.2515.6933.3361.76
HexBE8E7D019221910213e
Octal2762161750314231204176
Binary101111101000111011111010110011000101100110000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E7D; }

 p { color: rgb(190,142,125); }

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

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

 a { background-color: rgb(190,142,125); }

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

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

 span { border-color: rgb(190,142,125); }

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