#BE7E6A

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

Shades of Brandy Rose #BE7E6A

Tints of Brandy Rose #BE7E6A

Color information

#BE7E6A (or 0xBE7E6A) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 6A. RGB value is (190,126,106). Sum of RGB (Red+Green+Blue) = 190+126+106=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E6A is #418195. Grayscale: #8E8E8E. Windows color (decimal): -4293014 or 6979262. OLE color: 6979262.

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

Color convert

RGB190126106-
CMYK00.340.440.25
HSL14.29º39.25%58.04%-
HSV(B)14.29º44.21%74.51%-
XYZ31.326.9117.18-
YUV142.86107.2161.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=45.02%
G=29.86%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012610600.340.440.2514.2939.2558.04
HexBE7E6A0222C19e273a
Octal2761761520425431164772
Binary10111110111111011010100100010101100110011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E6A; }

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

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

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

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

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

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

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

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