#BE7F6E

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

Shades of Brandy Rose #BE7F6E

Tints of Brandy Rose #BE7F6E

Color information

#BE7F6E (or 0xBE7F6E) is unknown color: approx Brandy Rose. HEX triplet: BE, 7F and 6E. RGB value is (190,127,110). Sum of RGB (Red+Green+Blue) = 190+127+110=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F6E is #418091. Grayscale: #909090. Windows color (decimal): -4292754 or 7241662. OLE color: 7241662.

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

Color convert

RGB190127110-
CMYK00.330.420.25
HSL12.75º38.1%58.82%-
HSV(B)12.75º42.11%74.51%-
XYZ31.6427.2518.34-
YUV143.9108.87160.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=44.50%
G=29.74%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012711000.330.420.2512.7538.158.82
HexBE7F6E0212A19d263b
Octal2761771560415231154673
Binary10111110111111111011100100001101010110011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F6E; }

 p { color: rgb(190,127,110); }

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

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

 a { background-color: rgb(190,127,110); }

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

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

 span { border-color: rgb(190,127,110); }

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