#BE7E6F

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

Shades of Brandy Rose #BE7E6F

Tints of Brandy Rose #BE7E6F

Color information

#BE7E6F (or 0xBE7E6F) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 6F. RGB value is (190,126,111). Sum of RGB (Red+Green+Blue) = 190+126+111=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E6F is #418190. Grayscale: #8F8F8F. Windows color (decimal): -4293009 or 7306942. OLE color: 7306942.

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

Color convert

RGB190126111-
CMYK00.340.420.25
HSL11.39º37.8%59.02%-
HSV(B)11.39º41.58%74.51%-
XYZ31.5727.0218.59-
YUV143.43109.7161.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=44.50%
G=29.51%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012611100.340.420.2511.3937.859.02
HexBE7E6F0222A19b263b
Octal2761761570425231134673
Binary10111110111111011011110100010101010110011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E6F; }

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

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

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

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

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

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

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

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