#BE7F6F

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

Shades of Brandy Rose #BE7F6F

Tints of Brandy Rose #BE7F6F

Color information

#BE7F6F (or 0xBE7F6F) is unknown color: approx Brandy Rose. HEX triplet: BE, 7F and 6F. RGB value is (190,127,111). Sum of RGB (Red+Green+Blue) = 190+127+111=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F6F is #418090. Grayscale: #909090. Windows color (decimal): -4292753 or 7307198. OLE color: 7307198.

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

Color convert

RGB190127111-
CMYK00.330.420.25
HSL12.15º37.8%59.02%-
HSV(B)12.15º41.58%74.51%-
XYZ31.6927.2718.63-
YUV144.01109.37160.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=44.39%
G=29.67%
B=25.93%

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
Decimal19012711100.330.420.2512.1537.859.02
HexBE7F6F0212A19c263b
Octal2761771570415231144673
Binary10111110111111111011110100001101010110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F6F; }

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

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

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

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

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

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

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

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